Skip to content

Commit e79a1b7

Browse files
committed
testeeest
1 parent 2771b23 commit e79a1b7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ 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-
4135
# b/385145217 Latest Colab lacks mkl numpy, install it.
4236
RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org/intel/simple numpy
4337

kaggle_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ qtconsole
121121
ray
122122
rgf-python
123123
s3fs
124+
# b/302136621: Fix eli5 import for learntools
124125
scikit-learn==1.2.2
125126
# Scikit-learn accelerated library for x86
126127
scikit-learn-intelex>=2023.0.1
@@ -131,7 +132,7 @@ scikit-surprise
131132
# Also pinning seaborn for learntools
132133
seaborn==0.12.2
133134
git+https://github.com/facebookresearch/segment-anything.git
134-
# b/329869023 shap 0.45.0 breaks learntools
135+
# b/329869023: shap 0.45.0 breaks learntools
135136
shap==0.44.1
136137
squarify
137138
tensorflow-cloud

0 commit comments

Comments
 (0)