MVPilgrim commited on
Commit
262dc68
·
verified ·
1 Parent(s): 9e65ee6

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +3 -3
startup.sh CHANGED
@@ -11,9 +11,9 @@ echo "#### startup.sh entered."
11
  echo "#### Before /app/text2vec-transformers"
12
  /app/text2vec-transformers/bin/uvicorn app:app --host 0.0.0.0 --port 8081 --log-level warning --timeout-keep-alive 1440 &
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 61; done &
17
 
18
 
19
  ###############################################
 
11
  echo "#### Before /app/text2vec-transformers"
12
  /app/text2vec-transformers/bin/uvicorn app:app --host 0.0.0.0 --port 8081 --log-level warning --timeout-keep-alive 1440 &
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 61; done &
17
 
18
 
19
  ###############################################