Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -13,7 +13,7 @@ echo "#### Before /app/text2vec-transformers"
|
|
13 |
|
14 |
sleep 5
|
15 |
echo "\n######## curl t2 "
|
16 |
-
for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep
|
17 |
|
18 |
|
19 |
###############################################
|
|
|
13 |
|
14 |
sleep 5
|
15 |
echo "\n######## curl t2 "
|
16 |
+
for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep 30; done &
|
17 |
|
18 |
|
19 |
###############################################
|