Skip to content

hamelsmu/docker-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license Docker Build Status Docker Automated build Docker Pulls

Docker image for machine learning on GPUs (deep learning)

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.

Useful commands to remember:

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