Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +3 -3
startup.sh
CHANGED
@@ -32,9 +32,9 @@ mkdir -p $weaviateDir
|
|
32 |
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/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
|
40 |
stdbuf -o0 echo "#### Before /app/text2vec-transformers"
|
|
|
32 |
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/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
|
40 |
stdbuf -o0 echo "#### Before /app/text2vec-transformers"
|