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.
1 parent f3487c2 commit baa2632Copy full SHA for baa2632
1 file changed
source/cloud/nvidia/brev.md
@@ -98,7 +98,7 @@ You can read more about Brev Launchables in the [Getting Started Guide](https://
98
user: root
99
working_dir: /notebooks
100
entrypoint: ["/home/rapids/entrypoint.sh"]
101
- command: python -m jupyter lab --allow-root --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.password='' --notebook-dir=/notebooks
+ command: python -m jupyter lab --allow-root --ip=127.0.0.1 --no-browser --NotebookApp.token='' --NotebookApp.password='' --notebook-dir=/notebooks
102
restart: unless-stopped
103
```
104
0 commit comments