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
# 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.
28
28
# b/468367647: Unpin protobuf, version greater than v5.29.5 causes issues with numerous packages
29
29
# grpcio-tools must be installed here (not in kaggle_requirements.txt) to stay version-compatible with protobuf.
30
+
# setuptools v82+ removed pkg_resources
30
31
RUN uv pip install --system --force-reinstall --no-cache --no-deps torchtune
31
-
RUN uv pip install --system --force-reinstall --no-cache "protobuf==5.29.5""grpcio-tools>=1.60.0"
32
+
RUN uv pip install --system --force-reinstall --no-cache "protobuf==5.29.5""grpcio-tools>=1.60.0""setuptools>=70.0,<82"
0 commit comments