Fail to access access deepmipt/bert during installation

OK, I found the solution myself. I see that you have changed your GitHub organization name. Based on the answer from this topic Куда пропал github deepmipt? - #5 by Ignatov I enhanced my Dockerfile and now everything works fine.

FROM deeppavlov/base-cpu:0.15.0

RUN sed -i 's/mipt/pavlovteam/g' /base/DeepPavlov/deeppavlov/requirements/bert_dp.txt

RUN python -m deeppavlov install ner_ontonotes_bert_mult && \
    python -m deeppavlov download ner_ontonotes_bert_mult && \
    pip3 install --upgrade protobuf==3.20.0

CMD python -m deeppavlov riseapi ner_ontonotes_bert_mult -p 5000
1 Like