File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune
3030RUN 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.
3232RUN uv pip install --system --force-reinstall --no-cache numba
33- # b/493600019: New Colab base image may drop scikit-learn-intelex; re- install to ensure sklearnex is available .
34- RUN uv pip install --system --force-reinstall -- no-cache scikit-learn-intelex
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 "
3535
3636# Adding non-package dependencies:
3737ADD clean-layer.sh /tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments