Sign inSign up

hamelsmu/ml-gpu

By hamelsmu

•Updated about 8 years ago

For machine learning research on GPU compute (deep learning).

Image
1

908

hamelsmu/ml-gpu repository overview

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⁠

Tag summary

Content type

Image

Digest

Size

5.7 GB

Last updated

about 8 years ago

docker pull hamelsmu/ml-gpu