File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN cat /kaggle_requirements.txt >> /requirements.txt
2121
2222# Install uv & Kaggle packages
2323RUN curl -LsSf https://astral.sh /uv/install.sh | sh
24- RUN export PATH= " ${HOME}/.local/bin:${PATH}" && uv pip install --system -r /requirements.txt
24+ RUN export PATH= " ${HOME}/.local/bin:${PATH}" && uv pip install --system -v - r /requirements.txt
2525ENV PATH= " ~/.local/bin:${PATH}"
2626
2727# Install manual packages:
@@ -44,6 +44,9 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
4444# b/385145217 Latest Colab lacks mkl numpy, install it.
4545RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org /intel/simple numpy
4646
47+ # b/385145217 torch 2.4.x .
48+ RUN uv pip install --system --force-reinstall --no-deps --extra-index -url= https://pypi.nvidia.com " cuml-cu12==25.2.1" " nvidia-cudnn-cu12==9.3.0.75"
49+
4750# b/328788268 We install an incompatible pair of libs (shapely<2, libpysal== 4.9.2 ) so we can't put this one in the requirements.txt
4851# newer daal4py requires tbb>= 2022, but libpysal is downgrading it for some reason
4952RUN uv pip install --system " tbb>=2022" " libpysal==4.9.2"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ catboost
2323category-encoders
2424cesium
2525comm
26- cuml-cu12>=24.12.0
2726cytoolz
2827dask-expr
2928# Older versions of datasets fail with "Loading a dataset cached in a LocalFileSystem is not supported"
You can’t perform that action at this time.
0 commit comments