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

update dockerfile

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