Skip to content

Commit 702266c

Browse files
committed
Remove the error handling
1 parent 08d6468 commit 702266c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

content/modules/ROOT/pages/module-discovery.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -274,31 +274,31 @@ Select the file `marty-mcfly-auto.pdf`, and click `Open`.
274274

275275
image::discovery/text-summarization-open-claim.png[Podman AI Lab Text Summarization Open Claim]
276276

277-
[NOTE]
278-
====
279-
If you see the following error message, the latest receipe has not been pulled to the RHEL virtual machine yet.
277+
// [NOTE]
278+
// ====
279+
// If you see the following error message, the latest receipe has not been pulled to the RHEL virtual machine yet.
280280

281-
image::discovery/summerizer-error.png[Summerizer Error]
281+
// image::discovery/summerizer-error.png[Summerizer Error]
282282

283-
You can fix this by pulling the lastest recipe from GitHub.
283+
// You can fix this by pulling the lastest recipe from GitHub.
284284

285-
Open a new terminal (_Activities > Show Applications > Terminal_) and run the following command:
285+
// Open a new terminal (_Activities > Show Applications > Terminal_) and run the following command:
286286

287-
[.console-input]
288-
[source,shell,subs="+attributes,macros+"]
289-
----
290-
cd /home/instruct/.local/share/containers/podman-desktop/extensions-storage/redhat.ai-lab/summarizer/recipes/natural_language_processing/summarizer
291-
git pull origin main
292-
----
287+
// [.console-input]
288+
// [source,shell,subs="+attributes,macros+"]
289+
// ----
290+
// cd /home/instruct/.local/share/containers/podman-desktop/extensions-storage/redhat.ai-lab/summarizer/recipes/natural_language_processing/summarizer
291+
// git pull origin main
292+
// ----
293293

294-
Restart the recipe to re-build the container with the updated code.
294+
// Restart the recipe to re-build the container with the updated code.
295295

296-
image::discovery/text-summarization-restart.png[Podman AI Lab Text Summarization Application Restart]
296+
// image::discovery/text-summarization-restart.png[Podman AI Lab Text Summarization Application Restart]
297297

298-
Since the source code has changed, you may be notified from Podman AI Lab that the hash has changed. This is expected behavior, and you can select *Continue* to proceed building the application container image with the updated code.
298+
// Since the source code has changed, you may be notified from Podman AI Lab that the hash has changed. This is expected behavior, and you can select *Continue* to proceed building the application container image with the updated code.
299299

300-
image::discovery/text-summarization-hash-change.png[Podman AI Lab Text Summarization Hash Change]
301-
====
300+
// image::discovery/text-summarization-hash-change.png[Podman AI Lab Text Summarization Hash Change]
301+
// ====
302302

303303
==== Review the summarization that is generated from the claim
304304

0 commit comments

Comments
 (0)