chore: integrate system packages

This commit is contained in:
mbukeRepo 2024-07-06 19:48:43 +02:00
parent bd9401a696
commit 0b303fc39c

View File

@ -3,7 +3,12 @@
build:
gpu: true
python_version: "3.11"
python_version: "3.10"
system_packages:
- "ffmpeg"
- "libsm6"
- "libxext6"
- "libgl1"
python_packages:
- "torch==2.3.0"
- "torchvision==0.18.0"