Skip to content

Commit

Permalink
Move all external project dependencies to third_party repo (triton-in…
Browse files Browse the repository at this point in the history
  • Loading branch information
deadeyegoodwin committed Jul 21, 2021
1 parent 77b04a1 commit 83f4b2f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 390 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ARG BUILD_IMAGE=tritonserver_build
ARG SDK_IMAGE=tritonserver_sdk
ARG TRITON_COMMON_REPO_TAG=main
ARG TRITON_CORE_REPO_TAG=main
ARG TRITON_THIRD_PARTY_REPO_TAG=main
ARG TRITON_BACKEND_REPO_TAG=main

############################################################################
Expand All @@ -48,10 +49,12 @@ ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /tmp/tritonbuild/tritonserver/build
ARG TRITON_COMMON_REPO_TAG
ARG TRITON_CORE_REPO_TAG
ARG TRITON_THIRD_PARTY_REPO_TAG
ARG TRITON_BACKEND_REPO_TAG
RUN cmake -DTRITON_ENABLE_GPU=ON \
-DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG} \
-DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG} \
-DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG} \
-DTRITON_BACKEND_REPO_TAG:STRING=${TRITON_BACKEND_REPO_TAG} /workspace/build && \
make -j16 test-util

Expand Down Expand Up @@ -147,6 +150,7 @@ RUN cd /tmp/tritonbuild/identity && \
-DCMAKE_INSTALL_PREFIX:PATH=/tmp/tritonbuild/identity/install \
-DTRITON_COMMON_REPO_TAG:STRING=${TRITON_COMMON_REPO_TAG} \
-DTRITON_CORE_REPO_TAG:STRING=${TRITON_CORE_REPO_TAG} \
-DTRITON_THIRD_PARTY_REPO_TAG:STRING=${TRITON_THIRD_PARTY_REPO_TAG} \
-DTRITON_BACKEND_REPO_TAG:STRING=${TRITON_BACKEND_REPO_TAG} .. && \
make -j16 install

Expand Down
Loading

0 comments on commit 83f4b2f

Please sign in to comment.