Skip to content

Commit

Permalink
build: Add promptflow and ml tooling to dev container (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdougal authored Jun 11, 2024
1 parent 2c312ee commit cde0ad7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {
"extensions": "ml"
},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {},
Expand All @@ -30,7 +32,8 @@
"ms-toolsai.jupyter",
"ms-vscode.vscode-node-azure-pack",
"TeamsDevApp.ms-teams-vscode-extension",
"zeshuaro.vscode-python-poetry"
"zeshuaro.vscode-python-poetry",
"prompt-flow.prompt-flow"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
Expand Down

0 comments on commit cde0ad7

Please sign in to comment.