"...composable_kernel_rocm.git" did not exist on "1d8e4ec2ced2da813947e89654f69f7bf6b5079e"
Commit 97f4f88b authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

devcontainer: fix /dev/kvm operation not permitted

parent 06ca4ac8
{ {
"image": "simbricks/simbricks-build:latest", "image": "simbricks/simbricks-build:latest",
"mounts": [ "runArgs": [
"source=/dev/kvm,target=/dev/kvm,type=bind" "--device=/dev/kvm"
], ],
"postCreateCommand": "apt-get update && apt-get install python3-yapf && git config --global --add safe.directory /workspaces/simbricks",
"extensions": [ "extensions": [
"ms-python.python", "ms-python.python"
"Gruntfuggly.todo-tree" ]
],
} }
\ 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