Skip to content

Commit

Permalink
Merge pull request #150 from deepmipt/dev
Browse files Browse the repository at this point in the history
Release v0.1.5
  • Loading branch information
dilyararimovna committed May 4, 2022
2 parents f8e4a59 + 8e74b82 commit 48872a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assistant_dists/dream/docker-compose.override.yml
Expand Up @@ -1041,7 +1041,7 @@ services:
SEQ_TAG_CONFIG: src/wikipedia_entity_detection_distilbert.json
EL_TAG_CONFIG: src/el_tags_infer.json
CONFIG: entity_detection_eng.json
LOWERCASE: 0
LOWERCASE: 1
PORT: 8103
SRC_DIR: annotators/entity_detection/
FINEGRAINED: 0
Expand Down
2 changes: 1 addition & 1 deletion common/dff/requirements.txt
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
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
@@ -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 48872a6

Please sign in to comment.