VikramSingh178 commited on
Commit
aebb743
1 Parent(s): 8cb2d8e

Task: Update run.sh script to fix installation command for requirements.txt and add -y flag to apt install command

Browse files

Former-commit-id: 27ee1a7f4873321bd3e365e7fb444fd255bc893f [formerly 626ee708afc9d3c94166b7e3c633381e1f0d708c]
Former-commit-id: 2b840f0db30d580b526fa8d7830548ecc1de42b0

Files changed (1) hide show
  1. run.sh +2 -2
run.sh CHANGED
@@ -1,3 +1,3 @@
1
  apt-get update && apt-get install python3-dev
2
- pip install -r requirements.txt
3
- apt install libgl1-mesa-glx
 
1
  apt-get update && apt-get install python3-dev
2
+ uv pip install -r requirements.txt
3
+ apt install libgl1-mesa-glx -y