File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
3535# 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.
3636# This conflict causes a number of package downgrades, which are handled in this command
3737RUN 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"
38+ " nvidia-cudnn-cu12==9.3.0.75" " nvidia-cublas-cu12==12.5.3.2" " nvidia-cusolver-cu12==11.6.3.83"
4039
4140# b/385145217 Latest Colab lacks mkl numpy, install it.
4241RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org /intel/simple numpy
You can’t perform that action at this time.
0 commit comments