KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
docker-gpu
★ 10
Open GitHub ↗
Dockerfile for deep learning on GPUs
Download README (.md)
Explore Similar Repositories
wiki.newae.com
:
This is a GIT syncronization of https://wiki.newae.com
PSDBC
:
No description available.
clove_bounty
:
Help us populate the many altcoins for our atomic swap protocol!
Commercium_Deprecated
:
DEPRECATED Commercium :: integration/staging tree
furnari-flow
:
Antonino Furnari's fork of Feichtenhofer's gpu_flow, with temporal dilation.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docker-gpu
?
Download (.md)
[](https://github.com/hamelsmu/docker-gpu/blob/master/LICENSE)    ### Docker image for machine learning on GPUs (deep learning) This repo is linked to the DockerHub repo: [hamelsmu/ml-gpu](https://hub.docker.com/r/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](https://github.com/NVIDIA/nvidia-docker) - [Helper scripts](https://github.com/hamelsmu/docker-gpu/tree/master/gpu) commands to run containers. ### 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](https://towardsdatascience.com/how-docker-can-help-you-become-a-more-effective-data-scientist-7fc048ef91d5)