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
97f4f88b
"...composable_kernel_rocm.git" did not exist on "1d8e4ec2ced2da813947e89654f69f7bf6b5079e"
Commit
97f4f88b
authored
May 13, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 26, 2022
Browse files
devcontainer: fix /dev/kvm operation not permitted
parent
06ca4ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
.devcontainer.json
.devcontainer.json
+4
-6
No files found.
.devcontainer.json
View file @
97f4f88b
{
{
"image"
:
"simbricks/simbricks-build:latest"
,
"image"
:
"simbricks/simbricks-build:latest"
,
"
mount
s"
:
[
"
runArg
s"
:
[
"
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
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