Skip to content

Commit d7881d0

Browse files
committed
Add Ollama feature
1 parent 2f1c4ef commit d7881d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"ghcr.io/azure/azure-dev/azd:latest": {},
2020
// Required for azd to package the app to ACA
21-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
21+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
22+
"ghcr.io/prulloac/devcontainer-features/ollama:1": {}
2223
},
2324
// Configure tool-specific properties.
2425
"customizations": {

0 commit comments

Comments
 (0)