Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdcro101/nvidia-docker-image-p37c100
nvidia CUDA 10.0 docker image
https://github.com/kdcro101/nvidia-docker-image-p37c100
Last synced: 17 days ago
JSON representation
nvidia CUDA 10.0 docker image
- Host: GitHub
- URL: https://github.com/kdcro101/nvidia-docker-image-p37c100
- Owner: kdcro101
- Created: 2019-10-08T09:19:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T09:34:17.000Z (about 5 years ago)
- Last Synced: 2024-10-23T05:16:26.321Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvidia CUDA 10.0 docker image
run `download-anaconda.sh` to download Anaconda installation binary
docker run -d --gpus all --entrypoint /bin/bash p37c100 /script/start
docker run --restart unless-stopped -d -h cuda --gpus all -v projects:/home/dev/projects --name cuda --entrypoint /bin/bash p37c100 /script/start