Skip to content

Commit

Permalink
Commented out --network=scinet in .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 10, 2021
1 parent fd72b6e commit 88873c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// Uncomment the next line to run commands after the container is created - for example installing git.
// "postCreateCommand": "apt-get update && apt-get install -y git",

"runArgs": [
"--network=scinet",
],
//"runArgs": [
// "--network=scinet",
//],
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],

Expand Down

0 comments on commit 88873c6

Please sign in to comment.