"test/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "29deb085f097f584223e0e276050b867577693d7"
Commit f93c7948 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

devcontainer.json: remove `--privileged`

We needed it to ensure that gem5's `PerfKvmCounter::attach()` would work but with simbricks/simbricks#109 this has become unnecessary.
parent d4506c47
{ {
"image": "simbricks/simbricks-build:latest", "image": "simbricks/simbricks-build:latest",
"runArgs": [ "runArgs": [
"--device=/dev/kvm", "--device=/dev/kvm"
"--privileged"
], ],
"extensions": [ "extensions": [
"ms-python.python" "ms-python.python"
......
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