Skip to content

Commit

Permalink
Add natten for CI (huggingface#20511)
Browse files Browse the repository at this point in the history
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
2 people authored and amyeroberts committed Dec 7, 2022
1 parent 96d5a10 commit ca1bcef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/transformers-all-latest-gpu/Dockerfile
Expand Up @@ -53,6 +53,9 @@ 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

# 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

0 comments on commit ca1bcef

Please sign in to comment.