diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 37b603a..cb83258 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -57,6 +57,9 @@ create_pod() { mkdir -p /usr/local/bin && \ mv code /usr/local/bin/ && \ rm vscode_cli.tar.gz && \ + curl -o /root/bootstrap.sh \ + -H \"Authorization: token $SIA_REPO_PAT\" \ + https://git.nielsgeens.be/llm/SIA/raw/branch/master/scripts/bootstrap.sh && \ yes | code tunnel \ --name runpod \ --install-extension ms-toolsai.jupyter \