Skip to content

Commit 56f67f7

Browse files
authored
Merge pull request #95 from lightspeed-core/tisnik-patch-3
Update README with official image retrieval instructions
2 parents 999f89a + 5265802 commit 56f67f7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5370
To build the image locally, follow these steps:

0 commit comments

Comments
 (0)