Fix download bootstrap for deploy
This commit is contained in:
@@ -58,7 +58,7 @@ create_pod() {
|
||||
mv code /usr/local/bin/ && \
|
||||
rm vscode_cli.tar.gz && \
|
||||
curl -o /root/bootstrap.sh \
|
||||
-H \"Authorization: token $SIA_REPO_PAT\" \
|
||||
-H 'Authorization: token $SIA_REPO_PAT' \
|
||||
https://git.nielsgeens.be/llm/SIA/raw/branch/master/scripts/bootstrap.sh && \
|
||||
yes | code tunnel \
|
||||
--name runpod \
|
||||
@@ -178,4 +178,4 @@ for gpu_type in "${GPU_CONFIGS[@]}"; do
|
||||
done
|
||||
|
||||
echo "Failed to create pod after trying all GPU types and cloud options."
|
||||
exit 1
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user