We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://
1 parent 34175ce commit dfc09e7Copy full SHA for dfc09e7
build/jupyter-generate-nsight-plugin-settings.bash
@@ -9,7 +9,7 @@ cat << EOF
9
"suppressServerAddressWarning": true,
10
"host": "${EXTERNAL_IP}",
11
"dockerHost": "${EXTERNAL_IP}",
12
- "defaultStreamerAddress": "${EXTERNAL_IP}"
+ "defaultStreamerAddress": "http://${EXTERNAL_IP}"
13
},
14
"nsys": {
15
"installationPath": "/usr/local/cuda",
0 commit comments