We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986dafb commit 9955992Copy full SHA for 9955992
docker/Dockerfile.devel
@@ -25,7 +25,7 @@
25
# backend together with tritonserver, start from here
26
# -------------------------------------------------- #
27
28
-ARG TRITON_VERSION=21.04
+ARG TRITON_VERSION=21.05
29
ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
30
FROM ${BASE_IMAGE} as builder
31
docker/Dockerfile.release
@@ -26,7 +26,7 @@
# the whole tritonserver, start from here.
32
0 commit comments