Revert "Use dash==2.8.1 for now for daily CI" (#22233)

Revert "Use `dash==2.8.1` for now for daily CI (#22227)"

This reverts commit 53218671d9.
This commit is contained in:
Yih-Dar
2023-03-17 16:54:27 +01:00
committed by GitHub
parent 3028b20a71
commit bec075612a
3 changed files with 0 additions and 9 deletions

View File

@@ -59,9 +59,6 @@ RUN python3 -m pip install --no-cache-dir decord av==9.2.0
## For `dinat` model
#RUN python3 -m pip install --no-cache-dir natten -f https://shi-labs.com/natten/wheels/$CUDA/
# dash 2.9.0 has some issue.
RUN python3 -m pip install -U dash==2.8.1
# When installing in editable mode, `transformers` is not recognized as a package.
# this line must be added in order for python to be aware of transformers.
RUN cd transformers && python3 setup.py develop