File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
spelling_preprocessing_ru Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PORT=$PORT
1818COPY ./annotators/fact_retrieval/requirements.txt /src/requirements.txt
1919RUN pip install --upgrade pip && pip install -r /src/requirements.txt
2020
21- RUN pip install git+ https://github.com/deeppavlov/DeepPavlov.git@ ${COMMIT}
21+ RUN pip install https://codeload. github.com/deeppavlov/DeepPavlov/tar.gz/ ${COMMIT}
2222
2323COPY $SRC_DIR /src
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY ./requirements.txt requirements.txt
1818
1919RUN pip install --upgrade pip && \
2020 pip install -r requirements.txt && \
21- pip install git+git ://github.com/deeppavlov/DeepPavlov.git@ dbcaf73acd8580e2bec337300ab0d29887d78c51
21+ pip install https ://codeload. github.com/deeppavlov/DeepPavlov/tar.gz/ dbcaf73acd8580e2bec337300ab0d29887d78c51
2222
2323RUN python -c "import tensorflow_hub as hub; hub.Module(\" https://tfhub.dev/google/universal-sentence-encoder/2\" )" && \
2424 wget -O /usr/local/lib/python3.6/dist-packages/deeppavlov/utils/server/server.py \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV COMMIT=$COMMIT
1515COPY ./annotators/kbqa/requirements.txt /src/requirements.txt
1616RUN pip install --upgrade pip && pip install -r /src/requirements.txt
1717
18- RUN pip install git+ https://github.com/deeppavlov/DeepPavlov.git@$ COMMIT
18+ RUN pip install https://codeload. github.com/deeppavlov/DeepPavlov/tar.gz/${ COMMIT}
1919
2020COPY $SRC_DIR /src
2121
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV PORT=$PORT
2525COPY ./annotators/spelling_preprocessing_ru/requirements.txt /src/requirements.txt
2626RUN pip install --upgrade pip && pip install -r /src/requirements.txt
2727
28- RUN pip install git+ https://github.com/deeppavlov/DeepPavlov.git@ ${COMMIT}
28+ RUN pip install https://codeload. github.com/deeppavlov/DeepPavlov/tar.gz/ ${COMMIT}
2929
3030COPY $SRC_DIR /src
3131
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ COPY ./requirements.txt /src/requirements.txt
1919RUN pip install --upgrade pip && pip install -r /src/requirements.txt
2020
2121RUN rm -r /etc/apt/sources.list.d && apt-get update && apt-get install git -y
22- RUN pip install git+ https://github.com/deeppavlov/DeepPavlov.git@ ${COMMIT}
22+ RUN pip install https://codeload. github.com/deeppavlov/DeepPavlov/tar.gz/ ${COMMIT}
2323
2424COPY . /src
2525
You can’t perform that action at this time.
0 commit comments