You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to avoid affecting the larger build, we'll post-install it.
24
24
RUN uv pip install --no-build-isolation --no-cache --system "git+https://github.com/Kaggle/learntools"
25
25
26
-
# newer daal4py requires tbb>=2022, but libpysal is downgrading it for some reason
27
-
RUN uv pip install --system --no-cache "tbb>=2022""libpysal==4.9.2"
28
-
29
-
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
30
-
# b/315753846: Unpin translate package, currently conflicts with adk 1.17.0
31
-
# b/468379293: Unpin Pandas once cuml/cudf are compatible, version 3.0 causes issues
32
-
# b/468383498: numpy will auto-upgrade to 2.4.x, which causes issues with numerous packages
26
+
# b/404590350: Ray and torchtune have conflicting cli named `tune`.`ray` is not part of Colab's base image. Re-install `tune` to ensure the torchtune CLI is available by default.
33
27
# b/468367647: Unpin protobuf, version greater than v5.29.5 causes issues with numerous packages
34
-
RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune"google-cloud-translate==3.12.1""numpy==2.0.2""pandas==2.2.2"
28
+
RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune
35
29
RUN uv pip install --system --force-reinstall --no-cache "protobuf==5.29.5"
0 commit comments