Skip to content

Commit

Permalink
Add natten for CI (#20511)
Browse files Browse the repository at this point in the history
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
ydshieh and ydshieh committed Nov 30, 2022
1 parent afb6674 commit dd6fb13
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 dd6fb13

Please sign in to comment.