Download bootstrap file in deploy script

This commit is contained in:
2025-05-21 14:32:47 +00:00
parent 6c9d5f542b
commit 61f8b506bc

View File

@@ -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 \