Hi, when building the container `RUN spacy download MODEL_NAME` won't work. <img width="657" alt="image" src="https://github.com/user-attachments/assets/7e9a9641-5bfd-41f8-9b82-784651a13503"> By extending `requirements.txt` with `numpy < 2` everything will work again
Hi,
when building the container
RUN spacy download MODEL_NAMEwon't work.By extending
requirements.txtwithnumpy < 2everything will work again