Fix download bootstrap for deploy
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#SIA_INSTALL_NO_WEB=1
|
||||
SIA_INSTALL_NO_NOTEBOOK=1
|
||||
#SIA_INSTALL_NO_NOTEBOOK=1
|
||||
#SIA_INSTALL_NO_CORE=1
|
||||
SIA_INSTALL_NO_ITB=1
|
||||
SIA_INSTALL_NO_MISTRAL_INFER=1
|
||||
#SIA_INSTALL_NO_ITB=1
|
||||
#SIA_INSTALL_NO_MISTRAL_INFER=1
|
||||
#SIA_INSTALL_NO_GEMMA_INFER=1
|
||||
#SIA_INSTALL_NO_GEMMA_TRAIN=1
|
||||
|
||||
@@ -65,4 +65,4 @@ if ! grep -q "source /root/sia/scripts/add_venvs_to_path.sh" /etc/profile; then
|
||||
echo 'source /root/sia/scripts/add_venvs_to_path.sh' >> /etc/profile
|
||||
fi
|
||||
|
||||
source /root/sia/scripts/add_venvs_to_path.sh
|
||||
source /root/sia/scripts/add_venvs_to_path.sh
|
||||
|
||||
Reference in New Issue
Block a user