Skip to content

Commit

Permalink
update tritonserver base image to nvcr.io/nvidia/tritonserver:24.01-p…
Browse files Browse the repository at this point in the history
…y3 (#1036)
  • Loading branch information
gujingit committed Feb 4, 2024
1 parent 8739eb5 commit 3e7e915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/triton/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serviceType: ClusterIP
servingName:
servingVersion:

image: "nvcr.io/nvidia/tritonserver:20.12-py3"
image: "nvcr.io/nvidia/tritonserver:24.01-py3"

imagePullPolicy: "IfNotPresent"

Expand Down
2 changes: 1 addition & 1 deletion docs/serving/triton/serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ arena serve triton \
--name=test-triton \
--namespace=triton \
--gpus=1 \
--image=nvcr.io/nvidia/tritonserver:20.12-py3 \
--image=nvcr.io/nvidia/tritonserver:24.01-py3 \
--data=triton-pvc:/mnt/models \
--model-repository=/mnt/models/ai/triton/model_repository

Expand Down
2 changes: 1 addition & 1 deletion pkg/argsbuilder/serving_triton.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
DefaultTritonServingImage = "nvcr.io/nvidia/tritonserver:20.12-py3"
DefaultTritonServingImage = "nvcr.io/nvidia/tritonserver:24.01-py3"
)

type TritonServingArgsBuilder struct {
Expand Down

0 comments on commit 3e7e915

Please sign in to comment.