rodrigomasini commited on
Commit
c223384
1 Parent(s): 1f7d185

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. entrypoint.sh.template +1 -1
entrypoint.sh.template CHANGED
@@ -19,7 +19,7 @@ fi
19
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
20
 
21
  # Start the gradio
22
- python app/main.py --port $GRADIO_PORT &
23
 
24
  # Wait for any process to exit
25
  wait -n
 
19
  curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/health
20
 
21
  # Start the gradio
22
+ python3 app/main.py --port $GRADIO_PORT &
23
 
24
  # Wait for any process to exit
25
  wait -n