Download bootstrap file in deploy script
This commit is contained in:
@@ -57,6 +57,9 @@ create_pod() {
|
|||||||
mkdir -p /usr/local/bin && \
|
mkdir -p /usr/local/bin && \
|
||||||
mv code /usr/local/bin/ && \
|
mv code /usr/local/bin/ && \
|
||||||
rm vscode_cli.tar.gz && \
|
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 \
|
yes | code tunnel \
|
||||||
--name runpod \
|
--name runpod \
|
||||||
--install-extension ms-toolsai.jupyter \
|
--install-extension ms-toolsai.jupyter \
|
||||||
|
|||||||
Reference in New Issue
Block a user