This commit is contained in:
ben0i0d 2024-11-10 10:03:54 +08:00
parent 245913e964
commit 0ee18be0ad

View File

@ -4,7 +4,7 @@
"name": "rocm",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "eoelab.org:1027/ben0i0d/gpu:rocm",
"runArgs": ["--device","/dev/kfd", "--device","/dev/dri", "--security-opt", "seccomp=unconfined"]
"runArgs": ["--device","/dev/kfd", "--device","/dev/dri", "--security-opt", "seccomp=unconfined", "--shm-size","4G"]
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},