Skip to content

Commit abf4caf

Browse files
authored
build: OPS-757 Install a newer version of nsight-systems in devel container (#2891)
Signed-off-by: Tushar Sharma <[email protected]>
1 parent 8065fe1 commit abf4caf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

container/Dockerfile.vllm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,14 @@ RUN apt-get update -y && \
365365
protobuf-compiler && \
366366
rm -rf /var/lib/apt/lists/*
367367

368+
369+
ARG ARCH
370+
RUN wget -qO - https://developer.download.nvidia.com/devtools/repos/ubuntu2404/${ARCH}/nvidia.pub | gpg --dearmor -o /etc/apt/keyrings/nvidia-devtools.gpg && \
371+
echo "deb [signed-by=/etc/apt/keyrings/nvidia-devtools.gpg] https://developer.download.nvidia.com/devtools/repos/ubuntu2404/${ARCH} /" | tee /etc/apt/sources.list.d/nvidia-devtools.list && \
372+
apt-get update && \
373+
apt-get install -y nsight-systems-2025.5.1 && \
374+
rm -rf /var/lib/apt/lists/*
375+
368376
COPY --from=runtime /usr/local/bin /usr/local/bin
369377

370378
# https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user

0 commit comments

Comments
 (0)