File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ RUN python3 /workspace/onnxruntime/tools/ci_build/build.py --build_dir /workspac
190190# ###########################################################################
191191FROM ${BASE_IMAGE} AS trtserver_build
192192
193- ARG TRTIS_VERSION=1.8 .0dev
194- ARG TRTIS_CONTAINER_VERSION=19.11dev
193+ ARG TRTIS_VERSION=1.9 .0dev
194+ ARG TRTIS_CONTAINER_VERSION=19.12dev
195195
196196# libgoogle-glog0v5 is needed by caffe2 libraries.
197197# libcurl4-openSSL-dev is needed for GCS
@@ -346,8 +346,8 @@ ENTRYPOINT ["/opt/tensorrtserver/nvidia_entrypoint.sh"]
346346# ###########################################################################
347347FROM ${BASE_IMAGE}
348348
349- ARG TRTIS_VERSION=1.8 .0dev
350- ARG TRTIS_CONTAINER_VERSION=19.11dev
349+ ARG TRTIS_VERSION=1.9 .0dev
350+ ARG TRTIS_CONTAINER_VERSION=19.12dev
351351
352352ENV TENSORRT_SERVER_VERSION ${TRTIS_VERSION}
353353ENV NVIDIA_TENSORRT_SERVER_VERSION ${TRTIS_CONTAINER_VERSION}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ inference server provides the following features:
113113
114114.. overview-end-marker-do-not-remove
115115
116- The current release of the TensorRT Inference Server is 1.6 .0 and
116+ The current release of the TensorRT Inference Server is 1.7 .0 and
117117corresponds to the 19.10 release of the tensorrtserver container on
118118`NVIDIA GPU Cloud (NGC) <https://ngc.nvidia.com >`_. The branch for
119119this release is `r19.10
Original file line number Diff line number Diff line change 1- 1.8 .0dev
1+ 1.9 .0dev
You can’t perform that action at this time.
0 commit comments