For machine learning research on GPU compute (deep learning).
908
This repo is linked to the DockerHub repo: hamelsmu/ml-gpu. Any changes to this repository will automatically trigger a new build of the docker image on DockerHub.
Some Notes About This Docker Image
See all running containers:
docker ps -a -f status=running
Run terminal attached to a running container:
docker exec -it <container_name> bash
Save state of container
docker commit <container_id> new_image_name:tag_name(optional)
More Resources See this tutorial
Content type
Image
Digest
Size
5.7 GB
Last updated
about 8 years ago
docker pull hamelsmu/ml-gpu