Skip to content

Commit

Permalink
Removed pip parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Sep 9, 2024
1 parent fb28136 commit 9633f33
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 --break-system-packages
RUN pip3 install -r /requirements.txt

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

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

USER irisowner

Expand Down

0 comments on commit 9633f33

Please sign in to comment.