Skip to content

Commit ae90bb9

Browse files
committed
Ignore already installed packages
1 parent c546487 commit ae90bb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ RUN ldconfig -v
428428
# Extra python packages for analysis
429429
###############################################################################
430430
COPY ./python_packages.txt /etc/python_packages.txt
431-
RUN python3 -m pip install --no-cache-dir --break-system-packages --requirement /etc/python_packages.txt
432-
431+
RUN python3 -m pip install --no-cache-dir --break-system-packages --ignore-installed --requirement /etc/python_packages.txt
433432

434433
# Optional tools and developer utilities
435434
#

python_packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ numba
1414
# ML training/testing libraries
1515
scikit-learn
1616
xgboost
17+
shap

0 commit comments

Comments
 (0)