From 18540ba44d4ee9659e32c9b566cc1c989bdc6ab2 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 15:16:44 +0800 Subject: [PATCH] . --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5edda1..4acc147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \