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 d7d0794 commit 1517713Copy full SHA for 1517713
Dockerfile.tmpl
@@ -482,6 +482,8 @@ RUN pip install flashtext && \
482
pip install optuna && \
483
pip install plotly_express && \
484
pip install albumentations && \
485
+ # b/254245259 catalyst requires accelerate but it breaks with the version 0.13.1
486
+ pip install accelerate==0.12.0 && \
487
pip install catalyst && \
488
# b/206990323 osmx 1.1.2 requires numpy >= 1.21 which we don't want.
489
pip install osmnx==1.1.1 && \
0 commit comments