Unverified Commit f68796bd authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix `natten` installation in docker file (#20632)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent f821bea0
......@@ -54,8 +54,6 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
RUN python3 -m pip install --no-cache-dir decord
# For `dinat` model
RUN python3 -m pip install --no-cache-dir natten
RUN python3 -m pip install --no-cache-dir natten -f https://shi-labs.com/natten/wheels/$CUDA/
# When installing in editable mode, `transformers` is not recognized as a package.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment