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
d179b9dc
Unverified
Commit
d179b9dc
authored
Apr 23, 2024
by
Younes Belkada
Committed by
GitHub
Apr 23, 2024
Browse files
FIX: re-add bnb on docker image (#30427)
Update Dockerfile
parent
4b63d013
Changes
1
Show 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 @
d179b9dc
...
@@ -45,6 +45,9 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/opt
...
@@ -45,6 +45,9 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/opt
# For video model testing
# For video model testing
RUN
python3
-m
pip
install
--no-cache-dir
decord
av
==
9.2.0
RUN
python3
-m
pip
install
--no-cache-dir
decord
av
==
9.2.0
# Some slow tests require bnb
RUN
python3
-m
pip
install
--no-cache-dir
bitsandbytes
# For `dinat` model
# For `dinat` model
# The `XXX` part in `torchXXX` needs to match `PYTORCH` (to some extent)
# The `XXX` part in `torchXXX` needs to match `PYTORCH` (to some extent)
RUN
python3
-m
pip
install
--no-cache-dir
natten
==
0.15.1+torch220
$CUDA
-f
https://shi-labs.com/natten/wheels
RUN
python3
-m
pip
install
--no-cache-dir
natten
==
0.15.1+torch220
$CUDA
-f
https://shi-labs.com/natten/wheels
...
...
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