forked from eoeair/cenv
7 lines
353 B
JSON
7 lines
353 B
JSON
// For format details, see https://aka.ms/devcontainer.json.
|
|
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
|
{
|
|
"name": "rocm",
|
|
"image": "eoelab.org:1027/ben0i0d/cenv:rocm",
|
|
"runArgs": ["--device","/dev/kfd", "--device","/dev/dri", "--security-opt", "seccomp=unconfined", "--shm-size","4G"]
|
|
} |