Update start_server.sh
revert python version bump
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ env | grep _ >> /etc/environment;
|
|||||||
|
|
||||||
if [ ! -d "$ENV_PATH" ]
|
if [ ! -d "$ENV_PATH" ]
|
||||||
then
|
then
|
||||||
apt install -y python3.12-venv
|
apt install -y python3.10-venv
|
||||||
echo "setting up venv"
|
echo "setting up venv"
|
||||||
git clone https://github.com/vast-ai/pyworker "$SERVER_DIR"
|
git clone https://github.com/vast-ai/pyworker "$SERVER_DIR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user