Skip to content

Instantly share code, notes, and snippets.

@cgarciae
Created November 6, 2016 17:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cgarciae/2ab3642a8a7b33843b964b3210ac2120 to your computer and use it in GitHub Desktop.
Save cgarciae/2ab3642a8a7b33843b964b3210ac2120 to your computer and use it in GitHub Desktop.
nvidia-docker + docker-compose hello world
version: '2'
volumes:
nvidia_driver_367.57:
external: true
services:
test:
image: nvidia/cuda
volumes:
- nvidia_driver_367.57:/usr/local/nvidia:ro
devices:
- /dev/nvidia0:/dev/nvidia0
- /dev/nvidiactl:/dev/nvidiactl
- /dev/nvidia-uvm:/dev/nvidia-uvm
command: nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment