Spaces:
Running
Running
Update .huggingface.yml
Browse files- .huggingface.yml +1 -7
.huggingface.yml
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
build:
|
2 |
commands:
|
3 |
-
# 1. Install system dependencies
|
4 |
- apt-get update
|
5 |
-
- apt-get install -y
|
6 |
-
- ln -s /usr/bin/ffmpeg /usr/bin/ffmpeg # Force path resolution
|
7 |
-
|
8 |
-
# 2. Set up Python environment
|
9 |
- python -m pip install --upgrade pip
|
10 |
-
- pip install imageio==2.31.1 imageio-ffmpeg==0.4.8 --no-cache-dir
|
11 |
-
- pip install moviepy==1.0.3 --no-deps --no-cache-dir
|
12 |
- pip install -r requirements.txt --no-cache-dir
|
|
|
1 |
build:
|
2 |
commands:
|
|
|
3 |
- apt-get update
|
4 |
+
- apt-get install -y $(cat apt.txt)
|
|
|
|
|
|
|
5 |
- python -m pip install --upgrade pip
|
|
|
|
|
6 |
- pip install -r requirements.txt --no-cache-dir
|