Skip to content

Commit 9633f33

Browse files
committed
Removed pip parameters
1 parent fb28136 commit 9633f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iris/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ RUN chmod 777 /requirements.txt
1515
COPY --chown=$ISC_PACKAGE_MGRUSER:$ISC_PACKAGE_IRISGROUP /iris/webapp.xml /
1616
RUN chmod +x /webapp.xml
1717

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

20-
RUN spacy download es_core_news_sm --break-system-packages
20+
RUN spacy download es_core_news_sm
2121

22-
RUN spacy download en_core_web_sm --break-system-packages
22+
RUN spacy download en_core_web_sm
2323

2424
USER irisowner
2525

0 commit comments

Comments
 (0)