Spaces:
Sleeping
Sleeping
Commit
·
8cb9b0b
1
Parent(s):
b185e72
Revert "Add pip upgrade"
Browse filesThis reverts commit b185e7227238c7653c2b1297d35cbdfc454fb63d.
hf.sh
CHANGED
@@ -25,7 +25,6 @@ then
|
|
25 |
# Generate GISKARD_DEFAULT_API_KEY in demo space instead of set from Secrets
|
26 |
export GISKARD_DEFAULT_API_KEY=gsk-$(cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-28} | head -n 1)
|
27 |
# Append demo worker supervisord item to conf
|
28 |
-
pip install --upgrade pip
|
29 |
pip install -r /requirements.txt
|
30 |
echo """
|
31 |
[program:demo_worker]
|
|
|
25 |
# Generate GISKARD_DEFAULT_API_KEY in demo space instead of set from Secrets
|
26 |
export GISKARD_DEFAULT_API_KEY=gsk-$(cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-28} | head -n 1)
|
27 |
# Append demo worker supervisord item to conf
|
|
|
28 |
pip install -r /requirements.txt
|
29 |
echo """
|
30 |
[program:demo_worker]
|