We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627cbdb commit c8d8be7Copy full SHA for c8d8be7
1 file changed
Dockerfile.tmpl
@@ -28,6 +28,8 @@ RUN uv pip install --no-build-isolation --no-cache --system "git+https://github.
28
# b/468367647: Unpin protobuf, version greater than v5.29.5 causes issues with numerous packages
29
RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune
30
RUN uv pip install --system --force-reinstall --no-cache "protobuf==5.29.5"
31
+# b/493600019: New Colab base image may drop scikit-learn-intelex; re-install to ensure sklearnex is available.
32
+RUN uv pip install --system --force-reinstall --no-cache scikit-learn-intelex
33
34
# Adding non-package dependencies:
35
ADD clean-layer.sh /tmp/clean-layer.sh
0 commit comments