Skip to content

Commit

Permalink
Update versions in Dockerfiles for 21.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier committed Nov 19, 2021
1 parent f1fb852 commit a9367c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
ARG BASE_IMAGE=tritonserver
ARG BUILD_IMAGE=tritonserver_build
ARG SDK_IMAGE=tritonserver_sdk
ARG TRITON_COMMON_REPO_TAG=main
ARG TRITON_CORE_REPO_TAG=main
ARG TRITON_THIRD_PARTY_REPO_TAG=main
ARG TRITON_BACKEND_REPO_TAG=main
ARG TRITON_COMMON_REPO_TAG=r21.11
ARG TRITON_CORE_REPO_TAG=r21.11
ARG TRITON_THIRD_PARTY_REPO_TAG=r21.11
ARG TRITON_BACKEND_REPO_TAG=r21.11

############################################################################
## Build tests in the BUILD_IMAGE since it has already been configured
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:21.11-py3-min

ARG TRITON_CLIENT_REPO_SUBDIR=clientrepo
ARG TRITON_COMMON_REPO_TAG=main
ARG TRITON_CORE_REPO_TAG=main
ARG TRITON_BACKEND_REPO_TAG=main
ARG TRITON_THIRD_PARTY_REPO_TAG=main
ARG TRITON_MODEL_ANALYZER_REPO_TAG=main
ARG TRITON_COMMON_REPO_TAG=r21.11
ARG TRITON_CORE_REPO_TAG=r21.11
ARG TRITON_BACKEND_REPO_TAG=r21.11
ARG TRITON_THIRD_PARTY_REPO_TAG=r21.11
ARG TRITON_MODEL_ANALYZER_REPO_TAG=r21.11
ARG CMAKE_UBUNTU_VERSION=20.04
ARG TRITON_ENABLE_GPU=ON

Expand Down

0 comments on commit a9367c6

Please sign in to comment.