We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d984052 commit 672f9c5Copy full SHA for 672f9c5
Dockerfile.tmpl
@@ -48,7 +48,7 @@ RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
48
49
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
50
# b/415358158: Gensim removed from Colab image to upgrade scipy
51
-# b/456239669: remove huggingface-hub when pytorch-lighting and transformer are compatible
+# b/456239669: remove huggingface-hub pin when pytorch-lighting and transformer are compatible
52
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3" "huggingface-hub==0.36.0"
53
54
# Adding non-package dependencies:
0 commit comments