rhoitjadhav commited on
Commit
7f2b6c0
·
1 Parent(s): 0c01de4

update dockerfile

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -10,7 +10,7 @@ echo "Waiting for elasticsearch to start"
10
  sleep 15
11
 
12
  # Load data
13
- python3 /app/load_data.py &
14
 
15
  # Start argilla
16
  uvicorn argilla:app --host "0.0.0.0"
 
10
  sleep 15
11
 
12
  # Load data
13
+ python3.9 /app/load_data.py &
14
 
15
  # Start argilla
16
  uvicorn argilla:app --host "0.0.0.0"