"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "5486430e3a35a8e56238c8179150f3cdc024417c"
Unverified Commit 6f9ba4a9 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

devcontainer.json: symlink workspace to /simbricks

This results in the same environment as with the provided dockerfiles.
Then we can use that as the default setting for the instantiation
environment.
parent 5fa7a800
...@@ -17,5 +17,6 @@ ...@@ -17,5 +17,6 @@
"remoteEnv": { "remoteEnv": {
"PATH": "/home/simbricks/.local/bin:${containerEnv:PATH}" "PATH": "/home/simbricks/.local/bin:${containerEnv:PATH}"
}, },
"postCreateCommand": "sudo ln -s `pwd` /simbricks",
"postStartCommand": "sudo chmod o+rw /dev/kvm" "postStartCommand": "sudo chmod o+rw /dev/kvm"
} }
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