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 34d073a commit 51d1f91Copy full SHA for 51d1f91
Dockerfile.tmpl
@@ -50,7 +50,8 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
50
# This conflict causes a number of package downgrades, which are handled in this command
51
# b/302136621: Fix eli5 import for learntools
52
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" 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 \
54
+ scipy tsfresh scikit-learn==1.2.2 category-encoders eli5
55
56
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
57
0 commit comments