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 0d57d8d commit 523ec52Copy full SHA for 523ec52
Dockerfile.tmpl
@@ -48,7 +48,8 @@ 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
-RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3"
+# 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:
55
ADD clean-layer.sh /tmp/clean-layer.sh
0 commit comments