File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
39
39
// Use 'postCreateCommand' to run commands after the container is created.
40
- "postCreateCommand" : " sudo dotnet workload update && sudo dotnet workload install aspire && sudo dotnet workload list && ollama pull all-minilm && ollama pull llama3.2 && ollama pull phi4-mini" ,
40
+ "postCreateCommand" : " sudo dotnet workload update && sudo dotnet workload list && ollama pull all-minilm && ollama pull llama3.2 && ollama pull phi4-mini" ,
41
41
"postStartCommand" : " " ,
42
42
43
43
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
Original file line number Diff line number Diff line change 36
36
},
37
37
38
38
// Use 'postCreateCommand' to run commands after the container is created.
39
- "postCreateCommand" : " sudo dotnet workload update && sudo dotnet workload install aspire && sudo dotnet workload list && sudo dotnet dev-certs https --trust " ,
39
+ "postCreateCommand" : " sudo dotnet workload update && sudo dotnet workload list && sudo dotnet dev-certs https --trust " ,
40
40
"postStartCommand" : " " ,
41
41
42
42
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
You can’t perform that action at this time.
0 commit comments