"examples/python_rs/vscode:/vscode.git/clone" did not exist on "8435b993b3311c2725893cc0a010da757e2540a1"
Unverified Commit e6399307 authored by Hongkuan Zhou's avatar Hongkuan Zhou Committed by GitHub
Browse files

fix: bump GAP to r25.03 (#724)


Signed-off-by: default avatarHongkuan Zhou <tedzhouhk@gmail.com>
Co-authored-by: default avatarRyan McCormick <rmccormick@nvidia.com>
parent 99b76ba4
...@@ -45,8 +45,8 @@ COPY ${TENSORRTLLM_PIP_WHEEL_PATH}/*.whl /tmp/ ...@@ -45,8 +45,8 @@ COPY ${TENSORRTLLM_PIP_WHEEL_PATH}/*.whl /tmp/
RUN find /tmp -name "*.whl" -exec pip install {} + RUN find /tmp -name "*.whl" -exec pip install {} +
# Install genai-perf for benchmarking # Install genai-perf for benchmarking
# TODO: Move to tag when fix for genai-perf will be released # TODO: Move to published pypi tags
ARG GENAI_PERF_TAG="25d0188713adc47868d6b3f22426375237a90529" ARG GENAI_PERF_TAG="e67e853413a07a778dd78a55e299be7fba9c9c24"
RUN pip install "git+https://github.com/triton-inference-server/perf_analyzer.git@${GENAI_PERF_TAG}#subdirectory=genai-perf" RUN pip install "git+https://github.com/triton-inference-server/perf_analyzer.git@${GENAI_PERF_TAG}#subdirectory=genai-perf"
# Install test dependencies # Install test dependencies
......
...@@ -7,7 +7,8 @@ ARG RELEASE_BUILD ...@@ -7,7 +7,8 @@ ARG RELEASE_BUILD
ARG RUNTIME_IMAGE="nvcr.io/nvidia/cuda" ARG RUNTIME_IMAGE="nvcr.io/nvidia/cuda"
ARG RUNTIME_IMAGE_TAG="12.8.1-runtime-ubuntu24.04" ARG RUNTIME_IMAGE_TAG="12.8.1-runtime-ubuntu24.04"
ARG MANYLINUX_IMAGE="quay.io/pypa/manylinux_2_28_x86_64" ARG MANYLINUX_IMAGE="quay.io/pypa/manylinux_2_28_x86_64"
ARG GENAI_PERF_TAG="25d0188713adc47868d6b3f22426375237a90529" # TODO: Move to published pypi tags
ARG GENAI_PERF_TAG="e67e853413a07a778dd78a55e299be7fba9c9c24"
FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS nixl_base FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} AS nixl_base
WORKDIR /opt/nixl WORKDIR /opt/nixl
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment