File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
368376COPY --from=runtime /usr/local/bin /usr/local/bin
369377
370378# https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user
You can’t perform that action at this time.
0 commit comments