Skip to content

Commit

Permalink
do not install nsight
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Nov 6, 2024
1 parent 1e0244e commit 9474f11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,3 @@ RUN <<"EOF"
apt install -y mesa-utils x11-apps
apt clean
EOF

COPY nsight-compute-linux-2024.3.2.3-34861637.run .

RUN <<"EOF"
./nsight-compute-linux-2024.3.2.3-34861637.run --quiet -- -noprompt
ln -s /usr/local/NVIDIA-Nsight-Compute-2024.3/ncu /usr/local/bin/ncu
ln -s /usr/local/NVIDIA-Nsight-Compute-2024.3/ncu-ui /usr/local/bin/ncu-ui
rm -fr nsight-compute-linux-2024.3.2.3-34861637.run
EOF

RUN apt update && apt install -y gdb

0 comments on commit 9474f11

Please sign in to comment.