Spaces:
Sleeping
Sleeping
Upload runtime.yaml
Browse files- .hugginface/runtime.yaml +9 -0
.hugginface/runtime.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
build:
|
2 |
+
cuda: false
|
3 |
+
python_version: "3.10"
|
4 |
+
system_packages:
|
5 |
+
- "libgl1-mesa-glx"
|
6 |
+
- "libglib2.0-0"
|
7 |
+
- "libsm6"
|
8 |
+
- "libxext6"
|
9 |
+
- "libxrender-dev"
|