From 785c1ea37b061231e4110a32cecdfec1f6abd420 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 24 Jun 2026 20:08:19 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/dgx-dashboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia/dgx-dashboard/README.md b/nvidia/dgx-dashboard/README.md index 456ae79..66e86bf 100644 --- a/nvidia/dgx-dashboard/README.md +++ b/nvidia/dgx-dashboard/README.md @@ -118,7 +118,7 @@ Create and start a JupyterLab environment: 3. Wait for the status to show "Running" (this may take several minutes on the first launch) 4. Once "Running", if JupyterLab does not automatically open in your browser (a pop-up was blocked), you can click the "Open In Browser" button -When starting, a default working directory (/home//jupyterlab) is created and a virtual environment is set up automatically. You can +When starting, a default working directory (`/home//jupyterlab`) is created and a virtual environment is set up automatically. You can review the packages installed by looking at the `requirements.txt` file that is created in the working directory. In the future, you can change the working directory, creating a new isolated environment, by clicking the "Stop" button, changing the path to the new working directory and then clicking the "Start" button again.