Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7c1576

Browse files
committed
Update master to track development for 1.9.0 / r19.12
1 parent 223a4ef commit c7c1576

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ RUN python3 /workspace/onnxruntime/tools/ci_build/build.py --build_dir /workspac
190190
############################################################################
191191
FROM ${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
############################################################################
347347
FROM ${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

352352
ENV TENSORRT_SERVER_VERSION ${TRTIS_VERSION}
353353
ENV NVIDIA_TENSORRT_SERVER_VERSION ${TRTIS_CONTAINER_VERSION}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
117117
corresponds to the 19.10 release of the tensorrtserver container on
118118
`NVIDIA GPU Cloud (NGC) <https://ngc.nvidia.com>`_. The branch for
119119
this release is `r19.10

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)