Skip to content

Commit dfc09e7

Browse files
committed
Prefix Nsight streamer address with http://
1 parent 34175ce commit dfc09e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cat << EOF
99
"suppressServerAddressWarning": true,
1010
"host": "${EXTERNAL_IP}",
1111
"dockerHost": "${EXTERNAL_IP}",
12-
"defaultStreamerAddress": "${EXTERNAL_IP}"
12+
"defaultStreamerAddress": "http://${EXTERNAL_IP}"
1313
},
1414
"nsys": {
1515
"installationPath": "/usr/local/cuda",

0 commit comments

Comments
 (0)