Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: remove vim from images #98

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ RUN apt-get update \
libsqlite3-dev \
libssl-dev \
tk-dev \
vim \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

Expand Down
1 change: 0 additions & 1 deletion pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update \
libssl1.1 \
openssl \
unzip \
vim \
wget \
zlib1g-dev \
# Install dependent library for OpenCV
Expand Down
1 change: 0 additions & 1 deletion tensorflow/jobs/docker/2.12/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ARG PIP=pip3

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
vim\
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

Expand Down