@@ -41,7 +41,9 @@ RUN uv pip install \
4141RUN uv pip install --system --force-reinstall " pynvjitlink-cu12==0.5.2"
4242
4343# b/385145217 Latest Colab lacks mkl numpy, install it.
44- RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org /intel/simple numpy
44+ # RUN uv pip install --system --force-reinstall --index -url https://pypi.anaconda.org /intel/simple numpy== 2.0
45+ # RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org /intel/simple numpy
46+ # https://software.repos.intel.com /python/pypi
4547
4648# newer daal4py requires tbb>= 2022, but libpysal is downgrading it for some reason
4749RUN uv pip install --system " tbb>=2022" " libpysal==4.9.2"
@@ -57,8 +59,7 @@ ADD clean-layer.sh /tmp/clean-layer.sh
5759ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl
5860ADD patches/template_conf.json /opt/kaggle/conf.json
5961
60- # /opt/conda/lib/python3.11 /site-packages
61- ARG PACKAGE_PATH= /usr/local/lib/python3.11 /dist-packages
62+ ARG PACKAGE_PATH= /usr/local/lib/python3.12 /dist-packages
6263
6364# Install GPU-specific non-pip packages.
6465{{ if eq .Accelerator " gpu" }}
@@ -168,7 +169,7 @@ ADD patches/kaggle_gcp.py \
168169
169170# Figure out why this is in a different place?
170171# Found by doing a export PYTHONVERBOSE= 1 and then running python and checking for where it looked for it.
171- ADD patches/sitecustomize.py /usr/lib/python3.11 /sitecustomize.py
172+ ADD patches/sitecustomize.py /usr/lib/python3.12 /sitecustomize.py
172173
173174ARG GIT_COMMIT= unknown \
174175 BUILD_DATE= unknown
0 commit comments