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 4fa3068 commit 2479f1fCopy full SHA for 2479f1f
Dockerfile.tmpl
@@ -49,7 +49,7 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
49
# b/302136621: Fix eli5 import for learntools
50
# b/416137032: cuda 12.9.0 breaks datashader 1.18.0
51
RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvidia.com "cuml-cu12==25.2.1" \
52
- "nvidia-cudnn-cu12==9.3.0.75" cuda-bindings==12.8.0 2==12.8.0 \
+ "nvidia-cudnn-cu12==9.3.0.75" cuda-bindings==12.8.0 cuda-python==12.8.0 \
53
scipy tsfresh scikit-learn==1.2.2 category-encoders eli5
54
55
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
0 commit comments