VikramSingh178 commited on
Commit
f46e60b
1 Parent(s): 79e814b

chore: Install libgl1-mesa-glx for compatibility with image processing libraries

Browse files

Former-commit-id: cca63d499379e5da83859cb65d2dbfd4d64dde0b [formerly cca63d499379e5da83859cb65d2dbfd4d64dde0b [formerly cca63d499379e5da83859cb65d2dbfd4d64dde0b [formerly cca63d499379e5da83859cb65d2dbfd4d64dde0b [formerly cca63d499379e5da83859cb65d2dbfd4d64dde0b [formerly 22c468cd1244347c654d8629f3d14b55f51743bf]]]]]
Former-commit-id: e5d5bfecf7c0432fe14afdf438d8a9ab5400283e
Former-commit-id: 78fbf0939eb930b1995ff20f1bd1409686763171

Former-commit-id: de99db8010cbaa39ace7ab86c688c2e85dce0ef6
Former-commit-id: d79ff75b2220ab228df2b4babb5f7312811d10b9
Former-commit-id: ae2313ef781748493c749b50037158d7e3c5e33e
Former-commit-id: f4e3dc13ec8a51a3b7f7fd6580341bef5230691d
Former-commit-id: 9742e03bb855f514d4adc886dcf85673a15a260c

Files changed (1) hide show
  1. run.sh +6 -0
run.sh CHANGED
@@ -1,2 +1,8 @@
 
1
  apt-get update && apt-get install python3-dev -y
2
  apt install libgl1-mesa-glx -y
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
  apt-get update && apt-get install python3-dev -y
3
  apt install libgl1-mesa-glx -y
4
+ =======
5
+ apt-get update && apt-get install python3-dev
6
+ pip install -r requirements.txt
7
+ apt install libgl1-mesa-glx
8
+ >>>>>>> 5f62f6b (chore: Install libgl1-mesa-glx for compatibility with image processing libraries)