We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca42aed commit 1de9f46Copy full SHA for 1de9f46
Dockerfile.tmpl
@@ -32,7 +32,7 @@ RUN uv pip uninstall --system google-cloud-bigquery-storage
32
# to avoid affecting the larger build, we'll post-install it.
33
RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/learntools"
34
35
-# DO_NOT_MERGE: Wait for Colab to fix mkl in image.
+# b/385145217 Latest Colab lacks mkl numpy, install it.
36
RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org/intel/simple numpy
37
38
# 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
0 commit comments