Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
w-is-h authored Mar 17, 2022
1 parent 330687d commit 5a2b089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ WORKDIR /home/api
RUN pip install pip --upgrade
RUN pip install -r /home/requirements.txt
RUN python -m spacy download en_core_web_md
RUN pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_md-0.4.0.tar.gz
RUN chmod a+x /home/run.sh

0 comments on commit 5a2b089

Please sign in to comment.