File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ ARG TRITON_COMMON_REPO_TAG=main
38
38
ARG TRITON_CORE_REPO_TAG=main
39
39
ARG TRITON_CLIENT_REPO_TAG=main
40
40
ARG TRITON_THIRD_PARTY_REPO_TAG=main
41
- ARG TRITON_MODEL_ANALYZER_REPO_TAG=main
42
41
ARG TRITON_ENABLE_GPU=ON
43
42
ARG JAVA_BINDINGS_MAVEN_VERSION=3.8.4
44
43
ARG JAVA_BINDINGS_JAVACPP_PRESETS_TAG=1.5.8
@@ -261,11 +260,6 @@ RUN if [ "$TRITON_ENABLE_GPU" = "ON" ]; then \
261
260
RUN rm -f /usr/bin/python && \
262
261
ln -s /usr/bin/python3 /usr/bin/python
263
262
264
- # Install Model Analyzer
265
- ARG TRITON_MODEL_ANALYZER_REPO_TAG
266
- ARG TRITON_MODEL_ANALYZER_REPO="${TRITON_REPO_ORGANIZATION}/model_analyzer@${TRITON_MODEL_ANALYZER_REPO_TAG}"
267
- RUN pip3 install "git+${TRITON_MODEL_ANALYZER_REPO}"
268
-
269
263
# Entrypoint Banner
270
264
ENV NVIDIA_PRODUCT_NAME="Triton Server SDK"
271
265
COPY docker/entrypoint.d/ /opt/nvidia/entrypoint.d/
You can’t perform that action at this time.
0 commit comments