Skip to content

Commit

Permalink
chore: Remove UV_CACHE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sinopeus committed Feb 20, 2025
1 parent 1b7fc05 commit 6dc9830
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"VIRTUAL_ENV": "/opt/venv",
"PATH": "/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"UV_PROJECT_ENVIRONMENT": "/opt/venv",
"UV_CACHE_DIR": "/opt/cache"
},
"customizations": {
"vscode": {
Expand Down
3 changes: 0 additions & 3 deletions template/.devcontainer/devcontainer.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"overrideCommand": true,
"postCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc",
"postStartCommand": "uv sync --python ${PYTHON_VERSION:-{{ python_version }}} ${RESOLUTION_STRATEGY:+--resolution $RESOLUTION_STRATEGY} --all-extras && pre-commit install --install-hooks",
"containerEnv": {
"UV_CACHE_DIR": "/opt/cache"
},
"customizations": {
"jetbrains": {
"backend": "PyCharm",
Expand Down

0 comments on commit 6dc9830

Please sign in to comment.