We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaebe20 commit 188d2a7Copy full SHA for 188d2a7
.devcontainer/devcontainer.json
@@ -38,7 +38,7 @@
38
}
39
},
40
"postCreateCommand": "npm install -g azure-functions-core-tools@4 --unsafe-perm true && chmod +x ./infra/azd-hooks/preprovision.sh",
41
- "postStartCommand": "sleep 30 && cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
+ "postStartCommand": "cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
42
"remoteUser": "vscode",
43
"forwardPorts": [
44
7071,
0 commit comments