We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131b5a1 commit 615feaeCopy full SHA for 615feae
1 file changed
Dockerfile.tmpl
@@ -48,7 +48,8 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
48
# This conflict causes a number of package downgrades, which are handled in this command
49
# b/302136621: Fix eli5 import for learntools
50
RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvidia.com "cuml-cu12==25.2.1" \
51
- "nvidia-cudnn-cu12==9.3.0.75" scipy tsfresh scikit-learn==1.2.2 category-encoders eli5
+ "nvidia-cudnn-cu12==9.3.0.75" cuda-bindings==12.8.0 cuda-python==12.8.0 \
52
+ scipy tsfresh scikit-learn==1.2.2 category-encoders eli5
53
54
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
55
0 commit comments