Spaces:
Runtime error
Runtime error
File size: 276 Bytes
b7c7aa0 300da6d 15666e7 b7c7aa0 |
1 2 3 4 5 6 7 8 9 10 11 |
FROM monius/docker-ai-infra
USER infra
COPY --chown=infra . /opt/run/
RUN echo "av" > /opt/run/ai-infra.txt
RUN cat /opt/run/ai-infra.txt
RUN /opt/dev/bin/pip install datasets
RUN /opt/dev/bin/pip install --no-cache-dir huggingface_hub[hf_transfer] pyarrow
CMD ["ai-infra"]
|