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
b134f685
Unverified
Commit
b134f685
authored
Dec 19, 2023
by
Abolfazl Shahbazi
Committed by
GitHub
Dec 20, 2023
Browse files
Remove deprecated CPU dockerfiles (#28149)
Signed-off-by:
Abolfazl Shahbazi
<
abolfazl.shahbazi@intel.com
>
parent
38611086
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
76 deletions
+0
-76
docker/transformers-cpu/Dockerfile
docker/transformers-cpu/Dockerfile
+0
-26
docker/transformers-pytorch-cpu/Dockerfile
docker/transformers-pytorch-cpu/Dockerfile
+0
-25
docker/transformers-tensorflow-cpu/Dockerfile
docker/transformers-tensorflow-cpu/Dockerfile
+0
-25
No files found.
docker/transformers-cpu/Dockerfile
deleted
100644 → 0
View file @
38611086
FROM
ubuntu:18.04
LABEL
maintainer="Hugging Face"
LABEL
repository="transformers"
RUN
apt update
&&
\
apt
install
-y
bash
\
build-essential
\
git
\
curl
\
ca-certificates
\
python3
\
python3-pip
&&
\
rm
-rf
/var/lib/apt/lists
RUN
python3
-m
pip
install
--no-cache-dir
--upgrade
pip
&&
\
python3
-m
pip
install
--no-cache-dir
\
jupyter
\
tensorflow-cpu
\
torch
WORKDIR
/workspace
COPY
. transformers/
RUN
cd
transformers/
&&
\
python3
-m
pip
install
--no-cache-dir
.
CMD
["/bin/bash"]
docker/transformers-pytorch-cpu/Dockerfile
deleted
100644 → 0
View file @
38611086
FROM
ubuntu:18.04
LABEL
maintainer="Hugging Face"
LABEL
repository="transformers"
RUN
apt update
&&
\
apt
install
-y
bash
\
build-essential
\
git
\
curl
\
ca-certificates
\
python3
\
python3-pip
&&
\
rm
-rf
/var/lib/apt/lists
RUN
python3
-m
pip
install
--no-cache-dir
--upgrade
pip
&&
\
python3
-m
pip
install
--no-cache-dir
\
jupyter
\
torch
WORKDIR
/workspace
COPY
. transformers/
RUN
cd
transformers/
&&
\
python3
-m
pip
install
--no-cache-dir
.
CMD
["/bin/bash"]
\ No newline at end of file
docker/transformers-tensorflow-cpu/Dockerfile
deleted
100644 → 0
View file @
38611086
FROM
ubuntu:18.04
LABEL
maintainer="Hugging Face"
LABEL
repository="transformers"
RUN
apt update
&&
\
apt
install
-y
bash
\
build-essential
\
git
\
curl
\
ca-certificates
\
python3
\
python3-pip
&&
\
rm
-rf
/var/lib/apt/lists
RUN
python3
-m
pip
install
--no-cache-dir
--upgrade
pip
&&
\
python3
-m
pip
install
--no-cache-dir
\
mkl
\
tensorflow-cpu
WORKDIR
/workspace
COPY
. transformers/
RUN
cd
transformers/
&&
\
python3
-m
pip
install
--no-cache-dir
.
CMD
["/bin/bash"]
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