Skip to content

Commit f189f24

Browse files
committed
asas
1 parent e79a1b7 commit f189f24

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[panda
3232
# to avoid affecting the larger build, we'll post-install it.
3333
RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/learntools"
3434

35+
# 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.
36+
# This conflict causes a number of package downgrades, which are handled in this command
37+
RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvidia.com "cuml-cu12==25.2.1" \
38+
"nvidia-cudnn-cu12==9.3.0.75"
39+
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
40+
3541
# b/385145217 Latest Colab lacks mkl numpy, install it.
3642
RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org/intel/simple numpy
3743

0 commit comments

Comments
 (0)