Skip to content

Commit

Permalink
Update master to track development for 2.2.0 / r20.08 (triton-inferen…
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier authored Jul 9, 2020
1 parent 8c26e03 commit 7810045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ FROM ${TENSORFLOW_IMAGE} AS tritonserver_tf
############################################################################
FROM ${BASE_IMAGE} AS tritonserver_build

ARG TRITON_VERSION=2.1.0dev
ARG TRITON_CONTAINER_VERSION=20.07dev
ARG TRITON_VERSION=2.2.0dev
ARG TRITON_CONTAINER_VERSION=20.08dev

# libgoogle-glog0v5 is needed by caffe2 libraries.
# libcurl4-openSSL-dev is needed for GCS
Expand Down Expand Up @@ -357,8 +357,8 @@ ENTRYPOINT ["/opt/tritonserver/nvidia_entrypoint.sh"]
############################################################################
FROM ${BASE_IMAGE}

ARG TRITON_VERSION=2.1.0dev
ARG TRITON_CONTAINER_VERSION=20.07dev
ARG TRITON_VERSION=2.2.0dev
ARG TRITON_CONTAINER_VERSION=20.08dev

ENV TRITON_SERVER_VERSION ${TRITON_VERSION}
ENV NVIDIA_TRITON_SERVER_VERSION ${TRITON_CONTAINER_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0dev
2.2.0dev

0 comments on commit 7810045

Please sign in to comment.