mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 05:34:57 +08:00
[ci][build] add back vim in docker (#6661)
This commit is contained in:
parent
42c7f66a38
commit
5a96ee52a3
@ -172,7 +172,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
|
|||||||
&& python3 --version
|
&& python3 --version
|
||||||
|
|
||||||
RUN apt-get update -y \
|
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
|
# 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}
|
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user