Commit 46456cc 1 parent 7b95ee4 commit 46456cc Copy full SHA for 46456cc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
142
142
fi
143
143
144
144
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 \
146
146
&& hatch version $(cat /workspace/TRITON_VERSION) \
147
147
&& python3 -m build --wheel --outdir /workspace/install/python
148
148
############################################################################
@@ -211,7 +211,7 @@ RUN pip3 install --upgrade numpy pillow attrdict && \
211
211
"tritonclient-*linux*.whl" | xargs printf -- '%s[all]' | \
212
212
xargs pip3 install --upgrade
213
213
214
- RUN pip3 install install/python/genai_pa -*.whl
214
+ RUN pip3 install install/python/genai_perf -*.whl
215
215
216
216
# Install DCGM
217
217
RUN if [ "$TRITON_ENABLE_GPU" = "ON" ]; then \
You can’t perform that action at this time.
0 commit comments