Skip to content

Commit

Permalink
Bump Triton version to 23.02 (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal <[email protected]>
  • Loading branch information
banasraf authored Mar 7, 2023
1 parent 3fdeffc commit 3639beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# backend together with tritonserver, start from here
# -------------------------------------------------- #

ARG TRITON_VERSION=22.10
ARG TRITON_VERSION=23.02
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
FROM ${BASE_IMAGE} as builder

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# the whole tritonserver, start from here.
# -------------------------------------------------- #

ARG TRITON_VERSION=22.10
ARG TRITON_VERSION=23.02
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
FROM ${BASE_IMAGE} as builder

Expand Down

0 comments on commit 3639beb

Please sign in to comment.