[skip e2e] update gpu builder image (#27835)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/27871/head
Bennu 2023-10-24 09:24:23 +08:00 committed by GitHub
parent 81ae926cf1
commit 2446aa0cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
FROM nvidia/cuda:11.8.0-devel-ubuntu20.04
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 && \
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 ninja-build && \
wget -qO- "https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local && \
apt-get update && apt-get install -y --no-install-recommends \
g++ gcc gfortran git make ccache libssl-dev zlib1g-dev zip unzip \