Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,3 +14,5 @@ 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 |
|
|
|
|
|
|
|
|
|
| 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==<version> huggingface-hub==<version>
|
| 18 |
+
|