Skip to content

Commit 8eb8043

Browse files
committed
Adjust verbiage in labs using models to include DMR setup link
Resolves #25090
1 parent 7dd3f17 commit 8eb8043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_shortcodes/labspace-launch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ $step1 := printf "1. Start the labspace:\n\n ```console\n $ docker compose -p labspace -f oci://%s up -d\n ```" $image }}
66

77
{{ if eq $modelDownload "true" }}
8-
{{ $step1 = printf "%s\n\n > [!NOTE]\n >\n > The lab may take a few minutes to launch, as this lab requires an AI model that will need to be downloaded." $step1 }}
8+
{{ $step1 = printf "%s\n\n > [!NOTE]\n >\n > This lab uses an AI model, which requires [the Docker Model Runner to be enabled](https://docs.docker.com/ai/model-runner/get-started/). The model may take some time to download." $step1 }}
99
{{ end }}
1010

1111
{{ $step2 := printf "2. Open your browser to [%s](%s)." $browserUrl $browserUrl }}

0 commit comments

Comments
 (0)