This commit is contained in:
parent
db26b19cd7
commit
18540ba44d
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue