Commit 578f1d27 authored by Ville Pietilä's avatar Ville Pietilä
Browse files

Dev container.

parent 78f0fea0
{
"image": "rocm/composable_kernel:ck_ub22.04_rocm6.2",
"runArgs": ["--device=/dev/kfd", "--device=/dev/dri", "--security-opt=seccomp=unconfined", "--ipc=host", "--group-add=video", "--cap-add=SYS_PTRACE"],
"customizations": {
"vscode": {
"extensions": ["ms-vscode.cpptools-extension-pack", "eamodio.gitlens", "ms-python.python", "benjamin-simmonds.pythoncpp-debug"]
}
},
"containerEnv": {"LANG": "C.UTF-8"},
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached"
]
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment