Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dockerfile for textqa #147

Merged
merged 2 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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