Skip to content

Commit

Permalink
Reverted previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Sep 9, 2024
1 parent 9633f33 commit 19815f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ RUN chmod 777 /requirements.txt
COPY --chown=$ISC_PACKAGE_MGRUSER:$ISC_PACKAGE_IRISGROUP /iris/webapp.xml /
RUN chmod +x /webapp.xml

RUN pip3 install -r /requirements.txt
RUN pip3 install -r /requirements.txt --break-system-packages

RUN spacy download es_core_news_sm
RUN spacy download es_core_news_sm --break-system-packages

RUN spacy download en_core_web_sm
RUN spacy download en_core_web_sm --break-system-packages

USER irisowner

Expand Down

0 comments on commit 19815f0

Please sign in to comment.