Update start_server.sh

revert python version bump
This commit is contained in:
Nader Arbabian
2025-06-02 19:15:55 -07:00
committed by GitHub
parent 71ed54ebe4
commit 84f8555361
+1 -1
View File
@@ -46,7 +46,7 @@ env | grep _ >> /etc/environment;
if [ ! -d "$ENV_PATH" ]
then
apt install -y python3.12-venv
apt install -y python3.10-venv
echo "setting up venv"
git clone https://github.com/vast-ai/pyworker "$SERVER_DIR"