Update build.sh
Browse files
build.sh
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
rm -rf ~/.cache/pip
|
| 3 |
-
pip install --no-cache-dir -
|
|
|
|
|
|
| 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
|