Skip to content

Commit 389cecd

Browse files
authored
Update Dockerfile.tmpl (#1147)
Unpin torchmetrics version
1 parent 5044ec3 commit 389cecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.tmpl

+1-2
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,7 @@ RUN pip install flashtext && \
506506
pip install vowpalwabbit && \
507507
pip install pydub && \
508508
pip install pydegensac && \
509-
# b/215182966 torchmetrics 0.7.0 is causing an issue with pytorch-lightning.
510-
pip install torchmetrics==0.6.2 && \
509+
pip install torchmetrics && \
511510
pip install pytorch-lightning && \
512511
pip install datatable && \
513512
pip install sympy && \

0 commit comments

Comments
 (0)