vithacocf commited on
Commit
9244d82
·
verified ·
1 Parent(s): 34d53f4

Update build.sh

Browse files
Files changed (1) hide show
  1. build.sh +2 -1
build.sh CHANGED
@@ -1,3 +1,4 @@
1
  #!/bin/bash
2
  rm -rf ~/.cache/pip
3
- pip install --no-cache-dir -r requirements.txt
 
 
1
  #!/bin/bash
2
  rm -rf ~/.cache/pip
3
+ pip install --no-cache-dir -U pip==24.2
4
+ pip install --no-cache-dir -r requirements.txt --force-reinstall