Skip to content

Commit c81454e

Browse files
Copilotjongalloway
andcommitted
Remove .NET Aspire workload installation from devcontainer configurations
Co-authored-by: jongalloway <[email protected]>
1 parent 343ea4e commit c81454e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Ollama/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838

3939
// 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",
4141
"postStartCommand": "",
4242

4343
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737

3838
// 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 ",
4040
"postStartCommand": "",
4141

4242
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.

0 commit comments

Comments
 (0)