File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"ghcr.io/devcontainers/features/common-utils" : {},
10
10
"ghcr.io/devcontainers/features/docker-in-docker:2" : {},
11
- "ghcr.io/devcontainers/features/dotnet:2" : " 8.0" ,
11
+ "ghcr.io/devcontainers/features/dotnet:2" : {
12
+ "version" : " 8.0"
13
+ },
12
14
"ghcr.io/devcontainers/features/git:1" : {},
13
15
"ghcr.io/devcontainers/features/github-cli:1" : {},
14
16
"ghcr.io/devcontainers/features/node:1" : {
35
37
}
36
38
}
37
39
},
38
- "onCreateCommand" : " npm install -g azure-functions-core-tools@4 --unsafe-perm true" ,
39
- "postCreateCommand" : " chmod +x ./infra/azd-hooks/preprovision.sh" ,
40
- "postStartCommand" : " cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt" ,
40
+ "postCreateCommand" : " npm install -g azure-functions-core-tools@4 --unsafe-perm true && chmod +x ./infra/azd-hooks/preprovision.sh" ,
41
+ "postStartCommand" : " cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt && sleep 30" ,
41
42
"remoteUser" : " vscode" ,
42
43
"forwardPorts" : [
43
44
7071 ,
You can’t perform that action at this time.
0 commit comments