We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1c968 commit d99ed2cCopy full SHA for d99ed2c
1 file changed
Dockerfile.tmpl
@@ -46,6 +46,9 @@ RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
46
# newer daal4py requires tbb>=2022, but libpysal is downgrading it for some reason
47
RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
48
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
+
52
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
53
# b/415358158: Gensim removed from Colab image to upgrade scipy
54
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3"
0 commit comments