Skip to content

Commit

Permalink
updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Koziev committed Oct 29, 2022
1 parent 9531c46 commit 35d7a98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install --upgrade setuptools

RUN pip install torch==1.8.0 tensorflow==2.4.0 transformers==4.11.3 \
python-crfsuite colorama coloredlogs requests flask flask_sqlalchemy flask_wtf \
python-telegram-bot pyconll pyyaml ufal.udpipe terminaltables networkx ufal.udpipe
python-telegram-bot pyconll pyyaml ufal.udpipe terminaltables networkx ufal.udpipe sentence_transformers

WORKDIR /home
ADD ruword2tags.tar.gz /home
Expand Down Expand Up @@ -51,6 +51,12 @@ COPY ./ruchatbot/utils/*.py ./
WORKDIR /chatbot/data
COPY ./data/*.* ./

WORKDIR /chatbot/tmp/sbert_pq
COPY ./tmp/sbert_pq .

WORKDIR /chatbot/tmp/sbert_synonymy
COPY ./tmp/sbert_synonymy .

WORKDIR /chatbot/tmp/rugpt_npqa
COPY ./tmp/rugpt_npqa/*.* ./

Expand Down

0 comments on commit 35d7a98

Please sign in to comment.