Last active
July 31, 2024 06:16
-
-
Save Astro36/71c2cc8a5d56eeba62b8ac908df2158f to your computer and use it in GitHub Desktop.
Windows ML Dev Env /w Docker
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
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