mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-21 17:26:59 +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
|
# Install Python and other dependencies
|
||||||
RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
|
RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
|
||||||
&& echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
|
&& echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
|
||||||
|
&& apt-get clean -y \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y \
|
||||||
&& apt-get install -y ccache software-properties-common git curl sudo \
|
&& apt-get install -y ccache software-properties-common git curl sudo \
|
||||||
&& if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \
|
&& if [ ! -z ${DEADSNAKES_MIRROR_URL} ] ; then \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user