From f68796bd603ef60173e093f50a1ecbb74bc2ba6b Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:23:06 +0100 Subject: [PATCH] Fix `natten` installation in docker file (#20632) Co-authored-by: ydshieh --- docker/transformers-all-latest-gpu/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/transformers-all-latest-gpu/Dockerfile b/docker/transformers-all-latest-gpu/Dockerfile index 5429eca68..2a68bc2c1 100644 --- a/docker/transformers-all-latest-gpu/Dockerfile +++ b/docker/transformers-all-latest-gpu/Dockerfile @@ -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.