Skip to content

Instantly share code, notes, and snippets.

@8q
Created July 21, 2018 13:07
Show Gist options
  • Save 8q/36c67c6a925455622de27802136cecb5 to your computer and use it in GitHub Desktop.
Save 8q/36c67c6a925455622de27802136cecb5 to your computer and use it in GitHub Desktop.
for nvcr.io/nvidia/digits
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