Skip to content

Commit

Permalink
Advance version to 19.01 / 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Goodwin committed Nov 28, 2018
1 parent 77bccaf commit 14b40d1
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 @@ -211,8 +211,8 @@ RUN (cd /opt/tensorflow && ./nvbuild.sh --python$PYVER --configonly) && \
rm -rf /root/.cache/bazel && \
rm -rf /tmp/*

ENV TENSORRT_SERVER_VERSION 0.8.0
ENV NVIDIA_TENSORRT_SERVER_VERSION 18.11
ENV TENSORRT_SERVER_VERSION 0.10.0dev
ENV NVIDIA_TENSORRT_SERVER_VERSION 19.01dev
ENV PYVER ${PYVER}

COPY nvidia_entrypoint.sh /opt/tensorrtserver
Expand All @@ -225,9 +225,9 @@ FROM ${BASE_IMAGE}

ARG PYVER=3.5

ENV TENSORRT_SERVER_VERSION 0.8.0
ENV TENSORRT_SERVER_VERSION 0.10.0dev
LABEL com.nvidia.tensorrtserver.version="${TENSORRT_SERVER_VERSION}"
ENV NVIDIA_TENSORRT_SERVER_VERSION 18.11
ENV NVIDIA_TENSORRT_SERVER_VERSION 19.01dev

ENV LD_LIBRARY_PATH /opt/tensorrtserver/lib:${LD_LIBRARY_PATH}
ENV PATH /opt/tensorrtserver/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0dev
0.10.0dev

0 comments on commit 14b40d1

Please sign in to comment.