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 bec4f23 commit a75fd9cCopy full SHA for a75fd9c
Dockerfile.tmpl
@@ -472,9 +472,8 @@ RUN pip install flashtext && \
472
pip install vowpalwabbit && \
473
pip install pydub && \
474
pip install pydegensac && \
475
- # b/198635596 latest versions of torchmetrics & pytorch-lightning are failing at runtime.
476
- pip install torchmetrics==0.5.0 && \
477
- pip install pytorch-lightning==1.4.4 && \
+ pip install torchmetrics && \
+ pip install pytorch-lightning && \
478
pip install datatable && \
479
pip install sympy && \
480
# flask is used by agents in the simulation competitions.
0 commit comments