Spaces:
Running
Running
Update .huggingface.yml
Browse files- .huggingface.yml +1 -0
.huggingface.yml
CHANGED
@@ -3,5 +3,6 @@ build:
|
|
3 |
commands:
|
4 |
- apt-get update
|
5 |
- apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1
|
|
|
6 |
- python -m pip install --upgrade pip
|
7 |
- pip install -r requirements.txt --no-cache-dir
|
|
|
3 |
commands:
|
4 |
- apt-get update
|
5 |
- apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1
|
6 |
+
- apt-get install -y libgl1-mesa-dev libgl1
|
7 |
- python -m pip install --upgrade pip
|
8 |
- pip install -r requirements.txt --no-cache-dir
|