Princeaka commited on
Commit
33d5b46
·
verified ·
1 Parent(s): e89b7f2

Update .huggingface.yml

Browse files
Files changed (1) hide show
  1. .huggingface.yml +6 -2
.huggingface.yml CHANGED
@@ -1,5 +1,9 @@
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
 
 
 
1
  build:
2
  commands:
3
+ - apt-get update
4
+ - apt-get install -y ffmpeg libsm6 libxext6
5
+ - ln -s /usr/bin/ffmpeg /usr/local/bin/ffmpeg
6
  - python -m pip install --upgrade pip
7
+ - pip install imageio==2.31.1 imageio-ffmpeg==0.4.8
8
+ - pip install moviepy==1.0.3 --no-deps
9
+ - pip install -r requirements.txt