Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
57fac548
Commit
57fac548
authored
Oct 21, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Nov 17, 2022
Browse files
add privileged flag to devcontainer for Gem5 timing
parent
2295ccd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.devcontainer.json
.devcontainer.json
+2
-1
No files found.
.devcontainer.json
View file @
57fac548
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
"initializeCommand"
:
"docker pull simbricks/simbricks-build"
,
"initializeCommand"
:
"docker pull simbricks/simbricks-build"
,
"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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment