multimodal_module / huggingface.yml
Princeaka's picture
Update huggingface.yml
b1817e6 verified
raw
history blame
239 Bytes
build:
os: debian-11 # Lock to Bullseye (stable)
docker: false # ← CRITICAL: Disables Docker fallback
commands:
- apt-get update
- apt-get install -y git ffmpeg libsm6 libxext6 libgl1
- pip install -r requirements.txt