Skip to content

Commit d8faa52

Browse files
authored
Update main to track development for 1.9.0 / r21.10 (#210)
1 parent c274b56 commit d8faa52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:21.08-py3
1616
ARG TRITONSDK_BASE_IMAGE=nvcr.io/nvidia/tritonserver:21.08-py3-sdk
1717

18-
ARG MODEL_ANALYZER_VERSION=1.8.0dev
19-
ARG MODEL_ANALYZER_CONTAINER_VERSION=21.09dev
18+
ARG MODEL_ANALYZER_VERSION=1.9.0dev
19+
ARG MODEL_ANALYZER_CONTAINER_VERSION=21.10dev
2020

2121
FROM ${TRITONSDK_BASE_IMAGE} as sdk
2222

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0dev
1+
1.9.0dev

0 commit comments

Comments
 (0)