Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
added missing node feature and mismatch python version to fix problems with pip install and npm install
  • Loading branch information
anddan1106 authored Dec 7, 2023
1 parent 3a1a47e commit 414b9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Chat with your data",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"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": {},
"rchaganti/vsc-devcontainer-features/azurebicep" : {
"version": "latest"
Expand Down

0 comments on commit 414b9df

Please sign in to comment.