multimodal_module / huggingface.yml
Princeaka's picture
Create huggingface.yml
6c4cedd verified
raw
history blame
184 Bytes
build:
os: debian-11 # ← Forces Bullseye (stable)
commands:
- apt-get update
- apt-get install -y git ffmpeg libsm6 libxext6 libgl1
- pip install -r requirements.txt