Daniel Marques commited on
Commit
415fe69
1 Parent(s): 31c7d36

feat: add tranning in start container

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -2,6 +2,6 @@
2
 
3
  nohup redis-server &
4
 
5
- python ingest.py
6
 
7
  uvicorn "main:app" --port 7860 --host 0.0.0.0
 
2
 
3
  nohup redis-server &
4
 
5
+ python3 ingest.py
6
 
7
  uvicorn "main:app" --port 7860 --host 0.0.0.0