Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,5 +14,6 @@ RUN apt-get update && \
|
|
| 14 |
DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip && \
|
| 15 |
pip3 install --no-cache-dir -r /root/requirements.txt
|
| 16 |
|
| 17 |
-
RUN pip install datasets==
|
|
|
|
| 18 |
|
|
|
|
| 14 |
DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip && \
|
| 15 |
pip3 install --no-cache-dir -r /root/requirements.txt
|
| 16 |
|
| 17 |
+
RUN pip install datasets==1.13.3 huggingface-hub==0.0.16
|
| 18 |
+
|
| 19 |
|