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
d788d37d
Unverified
Commit
d788d37d
authored
Nov 06, 2023
by
Yih-Dar
Committed by
GitHub
Nov 06, 2023
Browse files
Fix daily CI image build (#27307)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
b026b5ca
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 @
d788d37d
...
...
@@ -11,7 +11,7 @@ SHELL ["sh", "-lc"]
ARG
PYTORCH='2.1.0'
# (not always a valid torch version)
ARG
INTEL_TORCH_EXT='
1.1
1.0'
ARG
INTEL_TORCH_EXT='
2.
1.0'
# Example: `cu102`, `cu113`, etc.
ARG
CUDA='cu118'
...
...
@@ -37,7 +37,7 @@ RUN python3 -m pip install --no-cache-dir -e ./transformers[dev,onnxruntime]
RUN
python3
-m
pip uninstall
-y
flax jax
RUN
python3
-m
pip
install
--no-cache-dir
intel_extension_for_pytorch
==
$INTEL_TORCH_EXT
+cpu
-f
https://developer.intel.com/ipex-whl-stable-cpu
RUN
python3
-m
pip
install
--no-cache-dir
intel_extension_for_pytorch
==
$INTEL_TORCH_EXT
-f
https://developer.intel.com/ipex-whl-stable-cpu
RUN
python3
-m
pip
install
--no-cache-dir
git+https://github.com/facebookresearch/detectron2.git pytesseract
RUN
python3
-m
pip
install
-U
"itsdangerous<2.1.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