Skip to content

Commit

Permalink
[ci][build] add back vim in docker (vllm-project#6661)
Browse files Browse the repository at this point in the history
Signed-off-by: Alvant <[email protected]>
  • Loading branch information
youkaichao authored and Alvant committed Oct 26, 2024
1 parent 2ba0e68 commit be9f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& python3 --version

RUN apt-get update -y \
&& apt-get install -y python3-pip git curl libibverbs-dev
&& apt-get install -y python3-pip git vim curl libibverbs-dev

# Install pip s.t. it will be compatible with our PYTHON_VERSION
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}
Expand Down

0 comments on commit be9f306

Please sign in to comment.