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
- Built using nvidia-docker
- Helper scripts commands to run containers.
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