Skip to content

Commit

Permalink
fix: dockerfile for textqa, book skill tests (#147)
Browse files Browse the repository at this point in the history
* fix: dockerfile for textqa

* fix: dff book skill
  • Loading branch information
dilyararimovna authored May 4, 2022
1 parent cffbe57 commit a9b7cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/dff/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flask==1.1.1
itsdangerous==2.0.1
gunicorn==19.9.0
healthcheck==1.3.3
df_engine>=0.8.1
df_engine==0.8.1
# test
requests==2.22.0
jinja2<=3.0.3
Expand Down
2 changes: 1 addition & 1 deletion services/text_qa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV COMMIT=$COMMIT
COPY ./requirements.txt /src/requirements.txt
RUN pip install -r /src/requirements.txt

RUN apt-get update && apt-get install git -y
RUN rm -r /etc/apt/sources.list.d && apt-get update && apt-get install git -y
RUN pip install git+https://github.com/deepmipt/DeepPavlov.git@${COMMIT}

COPY . /src
Expand Down
2 changes: 1 addition & 1 deletion skills/dff_book_skill/tests/favs_out.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
[
"71 years ago! I didn't exist at that time.",
0.95,
0.85,
{
"dff_book_skill_state": {
"shared_memory": {},
Expand Down

0 comments on commit a9b7cfe

Please sign in to comment.