Looks like Huggingface will kill specific Docker command when create space

It worked perfect before, and I think there is a bug or on purpose thing which in the way of it;


FROM monius/docker-ai-infra

USER infra

RUN /usr/bin/mamba run pip install --no-cache-dir huggingface_hub[hf_transfer] pyarrow --quiet

COPY --chown=infra . /opt/run/

CMD ["ai-infra"]