diff --git a/python/.devcontainer/devcontainer.json b/python/.devcontainer/devcontainer.json index a7149d6..445e6d9 100644 --- a/python/.devcontainer/devcontainer.json +++ b/python/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Python 3.11 Dev Container (ohne requirements)", + "name": "Python 3.11 Dev Container (als vscode-User)", "dockerFile": "Dockerfile", "mounts": [ "source=${localWorkspaceFolder},target=/workspace,type=bind" @@ -13,5 +13,7 @@ "ms-python.python", "ms-python.vscode-pylance" ], - "postCreateCommand": "pip install --upgrade pip" + "postCreateCommand": "pip install --upgrade pip", + "remoteUser": "vscode", + "containerUser": "vscode" }