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
5fd5ef76
Unverified
Commit
5fd5ef76
authored
Jan 11, 2024
by
Yih-Dar
Committed by
GitHub
Jan 11, 2024
Browse files
Fix docker file (#28452)
fix docker file Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
d019acb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/transformers-all-latest-gpu/Dockerfile
docker/transformers-all-latest-gpu/Dockerfile
+2
-2
No files found.
docker/transformers-all-latest-gpu/Dockerfile
View file @
5fd5ef76
...
@@ -11,7 +11,7 @@ SHELL ["sh", "-lc"]
...
@@ -11,7 +11,7 @@ SHELL ["sh", "-lc"]
ARG
PYTORCH='2.1.1'
ARG
PYTORCH='2.1.1'
# (not always a valid torch version)
# (not always a valid torch version)
ARG
INTEL_TORCH_EXT='2.1.1'
ARG
INTEL_TORCH_EXT='2.1.1
00
'
# Example: `cu102`, `cu113`, etc.
# Example: `cu102`, `cu113`, etc.
ARG
CUDA='cu118'
ARG
CUDA='cu118'
...
@@ -65,7 +65,7 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/opt
...
@@ -65,7 +65,7 @@ RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/opt
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
# For `dinat` model
# For `dinat` model
RUN
python3
-m
pip
install
--no-cache-dir
natten<0.15.0
-f
https://shi-labs.com/natten/wheels/
$CUDA
/
RUN
python3
-m
pip
install
--no-cache-dir
'
natten<0.15.0
'
-f
https://shi-labs.com/natten/wheels/
$CUDA
/
# For `nougat` tokenizer
# For `nougat` tokenizer
RUN
python3
-m
pip
install
--no-cache-dir
python-Levenshtein
RUN
python3
-m
pip
install
--no-cache-dir
python-Levenshtein
...
...
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