Skip to content

Commit

Permalink
chore(dev): update Python image version and install dependencies (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Nov 15, 2024
1 parent c096a14 commit 06c72ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugobloem/stateful_scenes",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
4 changes: 3 additions & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ set -e

cd "$(dirname "$0")/.."

python3 -m pip install --requirement requirements.txt
python3 -m pip install uv

python3 -m uv pip install --requirement requirements.txt

0 comments on commit 06c72ae

Please sign in to comment.