File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,23 @@ There are prebuilt two images. One with CPU support only (size cca 3.7 GB) and i
4848 podman pull quay.io/lightspeed-core/rag-content-gpu:latest
4949 ` ` `
5050
51+ # ### Official image
52+
53+ An official image is available on https://catalog.redhat.com/en/software/containers/explore
54+ It is needed search for " Lightspeed RAG Tool" in the catalog.
55+
56+ A Red Hat official image can be retrieved using the following command:
57+
58+ ` ` ` bash
59+ podman pull registry.redhat.io/lightspeed-core/rag-tool-rhel9
60+ ` ` `
61+
62+ NOTE: you need to register to RH registry first. Run the following command, then enter your registry token credentials when prompted by the terminal.
63+
64+ ` ` ` bash
65+ $ podman login registry.redhat.io
66+ ` ` `
67+
5168# ### Build image locally
5269
5370To build the image locally, follow these steps:
You can’t perform that action at this time.
0 commit comments