We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81848d8 commit 4d36620Copy full SHA for 4d36620
1 file changed
brev/nsight-start.bash
@@ -20,8 +20,8 @@ done
20
21
# Workaround: The Nsight Streamer container isn't restartable because it unconditionally creates
22
# a symlink every time its start, which fails if the symlink already exists.
23
-if test -h "/usr/local/cuda-12.8/targets/x86_64-linux/lib/libnvrtc.so.12"; then
24
- rm /usr/local/cuda-12.8/targets/x86_64-linux/lib/libnvrtc.so.12
+if test -h /usr/lib/x86_64-linux-gnu/libnvrtc.so; then
+ rm /usr/lib/x86_64-linux-gnu/libnvrtc.so
25
fi
26
27
source /setup/entrypoint.sh "$@"
0 commit comments