Skip to content

Commit a0f080e

Browse files
committed
Add installation of uvx to setup script
1 parent 6e48b6a commit a0f080e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ sudo apt-get update && sudo apt-get install google-cloud-cli -y
2222
export GOOGLE_APPLICATION_CREDENTIALS=.credentials/vertex_api.json
2323
export CLAUDE_CODE_USE_VERTEX=1
2424
export CLOUD_ML_REGION=us-east5
25-
export ANTHROPIC_VERTEX_PROJECT_ID=github-next
25+
export ANTHROPIC_VERTEX_PROJECT_ID=github-next
26+
27+
# install uvx
28+
curl -LsSf https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)