Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ COPY requirements.txt /tmp/requirements.txt
|
|
18 |
RUN pip install --no-cache-dir pip==22.3.1 && \
|
19 |
pip install --no-cache-dir \
|
20 |
datasets \
|
21 |
-
"
|
22 |
"hf-transfer>=0.1.4" \
|
23 |
"protobuf<4" \
|
24 |
"click<8.1" \
|
|
|
18 |
RUN pip install --no-cache-dir pip==22.3.1 && \
|
19 |
pip install --no-cache-dir \
|
20 |
datasets \
|
21 |
+
"huggingface_hub>=0.19" \
|
22 |
"hf-transfer>=0.1.4" \
|
23 |
"protobuf<4" \
|
24 |
"click<8.1" \
|