Princeaka commited on
Commit
6c4cedd
·
verified ·
1 Parent(s): 7978786

Create huggingface.yml

Browse files
Files changed (1) hide show
  1. huggingface.yml +6 -0
huggingface.yml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ build:
2
+ os: debian-11 # ← Forces Bullseye (stable)
3
+ commands:
4
+ - apt-get update
5
+ - apt-get install -y git ffmpeg libsm6 libxext6 libgl1
6
+ - pip install -r requirements.txt