This commit is contained in:
2025-09-19 18:31:25 +00:00
parent 70347afa97
commit 61648dfcf4
21 changed files with 686 additions and 3495 deletions

View File

@@ -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",