Princeaka commited on
Commit
e89b7f2
·
verified ·
1 Parent(s): 2cef26b

Update .huggingface.yml

Browse files
Files changed (1) hide show
  1. .huggingface.yml +1 -6
.huggingface.yml CHANGED
@@ -1,10 +1,5 @@
1
  build:
2
  commands:
3
- # Install system dependencies from apt.txt
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