Spaces:
Build error
Build error
Update .huggingface.yml
Browse files- .huggingface.yml +1 -6
.huggingface.yml
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
build:
|
2 |
commands:
|
3 |
-
|
4 |
-
- apt-get update && xargs -a apt.txt apt-get install -y
|
5 |
-
|
6 |
-
# Upgrade pip
|
7 |
- python -m pip install --upgrade pip
|
8 |
-
|
9 |
-
# Install Python dependencies from requirements.txt
|
10 |
- pip install --no-cache-dir -r requirements.txt
|
|
|
1 |
build:
|
2 |
commands:
|
3 |
+
- apt-get update && xargs -a apt.txt apt-get install -y || true
|
|
|
|
|
|
|
4 |
- python -m pip install --upgrade pip
|
|
|
|
|
5 |
- pip install --no-cache-dir -r requirements.txt
|