diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 4141a8e8..201736db 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -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