We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e48b6a commit a0f080eCopy full SHA for a0f080e
1 file changed
.devcontainer/setup.sh
@@ -22,4 +22,7 @@ sudo apt-get update && sudo apt-get install google-cloud-cli -y
22
export GOOGLE_APPLICATION_CREDENTIALS=.credentials/vertex_api.json
23
export CLAUDE_CODE_USE_VERTEX=1
24
export CLOUD_ML_REGION=us-east5
25
-export ANTHROPIC_VERTEX_PROJECT_ID=github-next
+export ANTHROPIC_VERTEX_PROJECT_ID=github-next
26
+
27
+# install uvx
28
+curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments