This commit is contained in:
hailin 2025-05-17 15:16:44 +08:00
parent db26b19cd7
commit 18540ba44d
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux RELEASE_VERSION=unspecified make bui
#============================================ postgres ====================================================
FROM nvcr.io/nvidia/tritonserver:24.04-py3-min as base
ARG postgresql_major=15
ARG postgresql_release=${postgresql_major}.1
@ -59,7 +61,7 @@ ARG index_advisor_release=0.2.0
ARG supautils_release=2.2.0
ARG wal_g_release=2.0.1
FROM nvcr.io/nvidia/tritonserver:24.04-py3-min as base
#FROM nvcr.io/nvidia/tritonserver:24.04-py3-min as base
RUN apt update -y && apt install -y \
curl \