Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
dd6fb131
Unverified
Commit
dd6fb131
authored
Nov 30, 2022
by
Yih-Dar
Committed by
GitHub
Nov 30, 2022
Browse files
Add `natten` for CI (#20511)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
afb66749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker/transformers-all-latest-gpu/Dockerfile
docker/transformers-all-latest-gpu/Dockerfile
+3
-0
No files found.
docker/transformers-all-latest-gpu/Dockerfile
View file @
dd6fb131
...
@@ -53,6 +53,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
...
@@ -53,6 +53,9 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
RUN
python3
-m
pip
install
--no-cache-dir
decord
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.
# 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.
# this line must be added in order for python to be aware of transformers.
RUN
cd
transformers
&&
python3 setup.py develop
RUN
cd
transformers
&&
python3 setup.py develop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment