Skip to content

Commit 9955992

Browse files
authored
Bump Tritonserver version to 21.05 (#68)
Signed-off-by: szalpal <[email protected]>
1 parent 986dafb commit 9955992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# backend together with tritonserver, start from here
2626
# -------------------------------------------------- #
2727

28-
ARG TRITON_VERSION=21.04
28+
ARG TRITON_VERSION=21.05
2929
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
3030
FROM ${BASE_IMAGE} as builder
3131

docker/Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# the whole tritonserver, start from here.
2727
# -------------------------------------------------- #
2828

29-
ARG TRITON_VERSION=21.04
29+
ARG TRITON_VERSION=21.05
3030
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
3131
FROM ${BASE_IMAGE} as builder
3232

0 commit comments

Comments
 (0)