Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.31 KB

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