Skip to content

Commit 0cd2371

Browse files
committed
Remove redundant scikit-learn-intelex Dockerfile install
The version floor is now set in kaggle_requirements.txt (>=2025.10.1), so the separate post-install step is no longer needed.
1 parent 6625e24 commit 0cd2371

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune
3030
RUN uv pip install --system --force-reinstall --no-cache "protobuf==5.29.5"
3131
# b/493600019: Colab base image ships numba that does not support NumPy 2.4; upgrade to latest.
3232
RUN uv pip install --system --force-reinstall --no-cache numba
33-
# b/493600019: New Colab base image drops scikit-learn-intelex; install >=2025.10.1 which has NumPy 2.4 fixes.
34-
RUN uv pip install --system --no-cache "scikit-learn-intelex>=2025.10.1"
3533

3634
# Adding non-package dependencies:
3735
ADD clean-layer.sh /tmp/clean-layer.sh

0 commit comments

Comments
 (0)