We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7433a86 commit 4101ac0Copy full SHA for 4101ac0
.devcontainer/devcontainer.json
@@ -23,7 +23,7 @@
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24
"forwardPorts": [
25
8000
26
- ]
+ ],
27
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
28
- // "remoteUser": "root"
+ "remoteUser": "root"
29
}
setup.sh
@@ -22,4 +22,4 @@
22
# install pip requirements
# Use sudo to get access to filesystem
# Note: Do not use --root-user-action to disable sudo warning since Github Actions's pip doesn't support it
-sudo pip install .
+pip install .
0 commit comments