Skip to content

Commit

Permalink
infra: remove vim from images (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpface authored Sep 6, 2023
1 parent 9da76e3 commit b3a5d39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
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

0 comments on commit b3a5d39

Please sign in to comment.