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 f4d00d4 commit 86e2526Copy full SHA for 86e2526
Dockerfile.tmpl
@@ -483,7 +483,8 @@ RUN pip install flashtext && \
483
pip install vowpalwabbit && \
484
pip install pydub && \
485
pip install pydegensac && \
486
- pip install torchmetrics && \
+ # b/215182966 torchmetrics 0.7.0 is causing an issue with pytorch-lightning.
487
+ pip install torchmetrics==0.6.2 && \
488
pip install pytorch-lightning && \
489
pip install datatable && \
490
pip install sympy && \
0 commit comments