We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c546487 commit ae90bb9Copy full SHA for ae90bb9
2 files changed
Dockerfile
@@ -428,8 +428,7 @@ RUN ldconfig -v
428
# Extra python packages for analysis
429
###############################################################################
430
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
-
+RUN python3 -m pip install --no-cache-dir --break-system-packages --ignore-installed --requirement /etc/python_packages.txt
433
434
# Optional tools and developer utilities
435
#
python_packages.txt
@@ -14,3 +14,4 @@ numba
14
# ML training/testing libraries
15
scikit-learn
16
xgboost
17
+shap
0 commit comments