File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
49
49
# 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.
50
50
# This conflict causes a number of package downgrades, which are handled in this command
51
51
# b/302136621: Fix eli5 import for learntools
52
+ # b/416137032: cuda 12.9.0 breaks datashader 1.18.0
52
53
RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvidia.com "cuml-cu12==25.2.1" \
53
- "nvidia-cudnn-cu12==9.3.0.75" cuda-bindings==12.8.0 cuda-python ==12.8.0 \
54
+ "nvidia-cudnn-cu12==9.3.0.75" cuda-bindings==12.8.0 2 ==12.8.0 \
54
55
scipy tsfresh scikit-learn==1.2.2 category-encoders eli5
55
56
56
57
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
You can’t perform that action at this time.
0 commit comments