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
b1706f69
Unverified
Commit
b1706f69
authored
Dec 15, 2022
by
Yih-Dar
Committed by
GitHub
Dec 15, 2022
Browse files
Install video dependency for pipeline CI (#20777)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
fca66abe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/transformers-pytorch-gpu/Dockerfile
docker/transformers-pytorch-gpu/Dockerfile
+1
-1
No files found.
docker/transformers-pytorch-gpu/Dockerfile
View file @
b1706f69
...
...
@@ -9,7 +9,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip
ARG
REF=main
RUN
git clone https://github.com/huggingface/transformers
&&
cd
transformers
&&
git checkout
$REF
RUN
python3
-m
pip
install
--no-cache-dir
-e
./transformers[dev-torch,testing]
RUN
python3
-m
pip
install
--no-cache-dir
-e
./transformers[dev-torch,testing
,video
]
# If set to nothing, will install the latest version
ARG
PYTORCH='1.13.0'
...
...
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