We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295320 commit f26ef81Copy full SHA for f26ef81
Dockerfile.tmpl
@@ -40,7 +40,6 @@ RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[panda
40
# to avoid affecting the larger build, we'll post-install it.
41
RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/learntools"
42
43
-# b/302136621: Fix eli5 import for learntools
44
# b/408281617: Torch is adamant that it can not install cudnn 9.3.x, only 9.1.x, but Tensorflow can only support 9.3.x.
45
# This conflict causes a number of package downgrades, which are handled in this command
46
RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvidia.com "cuml-cu12==25.2.1" \
0 commit comments