Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -33,7 +33,7 @@ chmod -R 777 $weaviateDir
|
|
33 |
|
34 |
# TEMP TEST
|
35 |
ls -l /usr/bin | grep -i python; ls -l /usr/local/bin | grep -i python || test '1 .gt 0'
|
36 |
-
ln -s /usr/bin/
|
37 |
ls -l /usr/local/bin | grep -i python|| test '1 .gt 0'
|
38 |
|
39 |
# Start tex2vec-transformers
|
|
|
33 |
|
34 |
# TEMP TEST
|
35 |
ls -l /usr/bin | grep -i python; ls -l /usr/local/bin | grep -i python || test '1 .gt 0'
|
36 |
+
ln -s /usr/local/bin/python /usr/bin/python3.11
|
37 |
ls -l /usr/local/bin | grep -i python|| test '1 .gt 0'
|
38 |
|
39 |
# Start tex2vec-transformers
|