Use UV, Deno for faster setup of development container

This commit is contained in:
Debanjum
2025-06-08 19:07:38 -07:00
parent d2940de367
commit 8700fb8937
2 changed files with 14 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"context": "..", // Build context is the project root
"args": {
"PYTHON_VERSION": "3.10"
"PYTHON_VERSION": "3.12"
}
},
"forwardPorts": [
@@ -53,11 +53,6 @@
"postCreateCommand": "scripts/dev_setup.sh --devcontainer",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "lts",
"installYarnUsingApt": false,
"nodeGypDependencies": true
}
},
"remoteUser": "vscode"
}