Skip to content

Commit 46456cc

Browse files
committed
Update name
1 parent 7b95ee4 commit 46456cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.sdk

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
142142
fi
143143

144144
RUN pip3 install hatch build \
145-
&& cd /workspace/client/src/c++/perf_analyzer/genai-pa \
145+
&& cd /workspace/client/src/c++/perf_analyzer/genai-perf \
146146
&& hatch version $(cat /workspace/TRITON_VERSION) \
147147
&& python3 -m build --wheel --outdir /workspace/install/python
148148
############################################################################
@@ -211,7 +211,7 @@ RUN pip3 install --upgrade numpy pillow attrdict && \
211211
"tritonclient-*linux*.whl" | xargs printf -- '%s[all]' | \
212212
xargs pip3 install --upgrade
213213

214-
RUN pip3 install install/python/genai_pa-*.whl
214+
RUN pip3 install install/python/genai_perf-*.whl
215215

216216
# Install DCGM
217217
RUN if [ "$TRITON_ENABLE_GPU" = "ON" ]; then \

0 commit comments

Comments
 (0)