Skip to content

Commit

Permalink
Adopt updated Tritonserver to pickup fix for CVE-2024-12084
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Feb 5, 2025
1 parent 8ddc411 commit 0ad763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/docker/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SHORT_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}

# Build args
FROM_IMAGE=${FROM_IMAGE:-"nvcr.io/nvidia/tritonserver"}
FROM_IMAGE_TAG=${FROM_IMAGE_TAG:-"24.09-py3"}
FROM_IMAGE_TAG=${FROM_IMAGE_TAG:-"25.01-py3"}

DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME:-"nvcr.io/nvidia/morpheus/morpheus-tritonserver-models"}
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-"${SHORT_VERSION}"}
Expand Down

0 comments on commit 0ad763a

Please sign in to comment.