Skip to content

Instantly share code, notes, and snippets.

@Astro36
Last active July 31, 2024 06:16
Show Gist options
  • Save Astro36/71c2cc8a5d56eeba62b8ac908df2158f to your computer and use it in GitHub Desktop.
Save Astro36/71c2cc8a5d56eeba62b8ac908df2158f to your computer and use it in GitHub Desktop.
Windows ML Dev Env /w Docker
services:
psj:
image: nvcr.io/nvidia/pytorch:24.06-py3
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
driver: nvidia
shm_size: 10gb
ulimits:
memlock: -1
stdin_open: true
tty: true
volumes:
- .:/home/psj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment