Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Dec 13, 2024
1 parent cba995e commit 22f7eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Default",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"image": "mcr.microsoft.com/devcontainers/base:alpine",
"features": {
"ghcr.io/devcontainers/features/python:latest": {
"version": "3.13"
Expand All @@ -15,5 +15,5 @@
]
}
},
"postCreateCommand": "pip3 install --user -r requirements.txt"
"postCreateCommand": "pip3 install -r requirements.txt"
}

0 comments on commit 22f7eb2

Please sign in to comment.