diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8786236..683ff27 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "cpus": 2 }, "waitFor": "onCreateCommand", - "updateContentCommand": "pip install -e ", + "updateContentCommand": "pip install -e .", "postCreateCommand": "", "postStartCommand": "git reset --hard && git clean -fd", "customizations": {