Skip to content

Commit

Permalink
Add reuseable SBert and MiniLM to image
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 20, 2023
1 parent 78e85ae commit cea2c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM ghcr.io/asreview/asreview:v1.2
RUN apt-get update
RUN pip install exoscale~=0.7.1
RUN pip install --upgrade asreview-makita~=0.6.3
# sentence-transformers~=2.2.0 gensim~=4.2.0
RUN pip install sentence-transformers~=2.2.2 https://github.com/jteijema/asreview-reusable-sbert-project/archive/main.zip
# gensim~=4.2.0

# Set up synergy
RUN pip install --pre --upgrade synergy-dataset
Expand Down

0 comments on commit cea2c28

Please sign in to comment.