Skip to content

Commit 0fa466a

Browse files
committed
ssssssssssssssa
1 parent 435c29e commit 0fa466a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cat /kaggle_requirements.txt >> /requirements.txt
2121

2222
# Install uv & Kaggle packages
2323
RUN 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
2525
ENV 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.
4545
RUN 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
4952
RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"

kaggle_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ catboost
2323
category-encoders
2424
cesium
2525
comm
26-
cuml-cu12>=24.12.0
2726
cytoolz
2827
dask-expr
2928
# Older versions of datasets fail with "Loading a dataset cached in a LocalFileSystem is not supported"

0 commit comments

Comments
 (0)