Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -97,7 +97,8 @@ RUN pip install --no-cache-dir \
|
|
| 97 |
"matplotlib>=3.10.8,<4" \
|
| 98 |
"natsort>=8.4.0,<9" \
|
| 99 |
"pyyaml>=6.0.3,<7" \
|
| 100 |
-
"httpx>=0.28.1,<0.29"
|
|
|
|
| 101 |
|
| 102 |
# Register miniconda Python as the Jupyter kernel so imports work correctly
|
| 103 |
RUN pip install --no-cache-dir ipykernel && \
|
|
|
|
| 97 |
"matplotlib>=3.10.8,<4" \
|
| 98 |
"natsort>=8.4.0,<9" \
|
| 99 |
"pyyaml>=6.0.3,<7" \
|
| 100 |
+
"httpx>=0.28.1,<0.29" \
|
| 101 |
+
"huggingface_hub[hf_xet]"
|
| 102 |
|
| 103 |
# Register miniconda Python as the Jupyter kernel so imports work correctly
|
| 104 |
RUN pip install --no-cache-dir ipykernel && \
|