Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
FROM monius/docker-ai-infra
|
| 2 |
|
| 3 |
USER infra
|
| 4 |
-
|
| 5 |
COPY --chown=infra . /opt/run/
|
| 6 |
RUN echo "av" > /opt/run/ai-infra.txt
|
| 7 |
RUN cat /opt/run/ai-infra.txt
|
| 8 |
RUN /opt/dev/bin/pip install datasets
|
|
|
|
| 9 |
CMD ["ai-infra"]
|
| 10 |
|
|
|
|
| 1 |
FROM monius/docker-ai-infra
|
| 2 |
|
| 3 |
USER infra
|
|
|
|
| 4 |
COPY --chown=infra . /opt/run/
|
| 5 |
RUN echo "av" > /opt/run/ai-infra.txt
|
| 6 |
RUN cat /opt/run/ai-infra.txt
|
| 7 |
RUN /opt/dev/bin/pip install datasets
|
| 8 |
+
RUN /opt/dev/bin/pip install --no-cache-dir huggingface_hub[hf_transfer] pyarrow
|
| 9 |
CMD ["ai-infra"]
|
| 10 |
|