yee
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
},
|
||||
// Python
|
||||
"ghcr.io/devcontainers/features/python:1": {
|
||||
"version": "3.11",
|
||||
"version": "3.12",
|
||||
"installTools": true,
|
||||
"installJupyterlab": true
|
||||
},
|
||||
@@ -87,6 +87,9 @@
|
||||
"remoteUser": "coder",
|
||||
"workspaceFolder": "/workspaces",
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/home/coder/code-tools,type=bind"
|
||||
],
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
|
||||
Reference in New Issue
Block a user