Spaces:
Running
Running
In Gradio Spaces (and all HF SDKs), any Debian-level dependencies go in a file called packages.txt at the root of your repo
Browse files- apt.txt → packages.txt +3 -0
apt.txt → packages.txt
RENAMED
@@ -2,3 +2,6 @@ portaudio19-dev
|
|
2 |
ffmpeg
|
3 |
libsm6
|
4 |
libxext6
|
|
|
|
|
|
|
|
2 |
ffmpeg
|
3 |
libsm6
|
4 |
libxext6
|
5 |
+
cmake
|
6 |
+
rsync
|
7 |
+
libgl1-mesa-glx
|