We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb28136 commit 9633f33Copy full SHA for 9633f33
iris/Dockerfile
@@ -15,11 +15,11 @@ RUN chmod 777 /requirements.txt
15
COPY --chown=$ISC_PACKAGE_MGRUSER:$ISC_PACKAGE_IRISGROUP /iris/webapp.xml /
16
RUN chmod +x /webapp.xml
17
18
-RUN pip3 install -r /requirements.txt --break-system-packages
+RUN pip3 install -r /requirements.txt
19
20
-RUN spacy download es_core_news_sm --break-system-packages
+RUN spacy download es_core_news_sm
21
22
-RUN spacy download en_core_web_sm --break-system-packages
+RUN spacy download en_core_web_sm
23
24
USER irisowner
25
0 commit comments