Skip to content

Commit a862946

Browse files
committed
remove --break-system-packages as pip3 belongs to a virtual env
1 parent 281a7b1 commit a862946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN apt-get -y update \
99
highlight \
1010
&& /scripts/sys/purge_cache.sh
1111

12-
#RUN pip3 install --upgrade --ignore-installed entrypoints
13-
RUN pip3 install --break-system-packages \
12+
RUN pip3 install \
1413
loguru pysnooper \
1514
numpy scipy polars pandas 'pyarrow>=0.14.0' \
1615
scikit-learn lightgbm graphviz \

0 commit comments

Comments
 (0)