mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 21:37:10 +08:00
Update Dockerfile
Signed-off-by: Kevin H. Luu <kevin@anyscale.com>
This commit is contained in:
parent
d328f7894f
commit
6e71a2a6c8
@ -82,6 +82,7 @@ ARG GET_PIP_URL
|
||||
# Install Python and other dependencies
|
||||
RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
|
||||
&& echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
|
||||
&& apt-get clean -y \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y ccache software-properties-common git curl sudo \
|
||||
&& if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user