Created
July 21, 2018 13:07
-
-
Save 8q/36c67c6a925455622de27802136cecb5 to your computer and use it in GitHub Desktop.
for nvcr.io/nvidia/digits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.3' | |
services: | |
digits: | |
image: nvcr.io/nvidia/digits:18.06 | |
runtime: nvidia | |
ports: | |
- "5000:5000" | |
volumes: | |
- ./data:/data | |
- ./jobs:/workspace/jobs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment