You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can fix this by pulling the lastest recipe from GitHub.
283
+
// You can fix this by pulling the lastest recipe from GitHub.
284
284
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:
286
286
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
+
// ----
293
293
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.
295
295
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]
297
297
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.
299
299
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
+
// ====
302
302
303
303
==== Review the summarization that is generated from the claim
0 commit comments