File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
3333RUN 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.
3642RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org /intel/simple numpy
3743
You can’t perform that action at this time.
0 commit comments