victorisgeek commited on
Commit
eac0e2b
·
verified ·
1 Parent(s): b27e09e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -0
start.sh CHANGED
@@ -33,6 +33,7 @@ then
33
  python install.py --torch cuda --onnxruntime cuda
34
  cd ..
35
  pip install pyngrok
 
36
  conda install opencv -y
37
  conda install ffmpeg
38
  fi
 
33
  python install.py --torch cuda --onnxruntime cuda
34
  cd ..
35
  pip install pyngrok
36
+ pip install -r requirements.txt
37
  conda install opencv -y
38
  conda install ffmpeg
39
  fi