python/.devcontainer/devcontainer.json aktualisiert

feature/interestingPoints
Dennis Eggen 2025-10-26 13:18:52 +01:00
parent 87e636e6a1
commit 594f062fee
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Python 3.11 Dev Container", "name": "Python 3.11 Dev Container (ohne requirements)",
"dockerFile": "Dockerfile", "dockerFile": "Dockerfile",
"mounts": [ "mounts": [
"source=${localWorkspaceFolder},target=/workspace,type=bind" "source=${localWorkspaceFolder},target=/workspace,type=bind"