Skip to content

Commit d99ed2c

Browse files
committed
aaaaaaaaa
1 parent 3d1c968 commit d99ed2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
4646
# newer daal4py requires tbb>=2022, but libpysal is downgrading it for some reason
4747
RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
4848

49+
# b/385145217 Latest Colab lacks mkl numpy, install it.
50+
RUN uv pip install --system --force-reinstall -i https://software.repos.intel.com/python/pypi "numpy==1.26.4"
51+
4952
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
5053
# b/415358158: Gensim removed from Colab image to upgrade scipy
5154
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3"

0 commit comments

Comments
 (0)