Skip to content

Commit

Permalink
Update to Triton Server 21.04 base image
Browse files Browse the repository at this point in the history
Merge pull request #33 from wphicks/fea-triton_21.04
  • Loading branch information
wphicks authored May 3, 2021
2 parents 5561023 + a1b488e commit 1b36713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/tritonserver:21.02-py3 as base
FROM nvcr.io/nvidia/tritonserver:21.04-py3 as base

ENV PATH="/root/miniconda3/bin:${PATH}"

Expand Down Expand Up @@ -46,7 +46,7 @@ RUN conda run --no-capture-output -n triton_dev \
&& patchelf --set-rpath /opt/lib/fil "$FIL_LIB"


FROM nvcr.io/nvidia/tritonserver:21.02-py3
FROM nvcr.io/nvidia/tritonserver:21.04-py3

COPY --from=build-stage /opt/lib/fil /opt/lib/fil

Expand Down

0 comments on commit 1b36713

Please sign in to comment.