We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e799582 commit fd99ee6Copy full SHA for fd99ee6
Containerfile
@@ -2,9 +2,9 @@
2
ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:7bd483c3e11b84b00f89dc6d31f7f1153c7ddd305d76b6915374faea6d9c6f8b
3
ARG RAG_CONTENTS_SUB_FOLDER=vector_db/ocp_product_docs
4
5
-FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} as lightspeed-rag-content
+FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} AS lightspeed-rag-content
6
7
-FROM registry.access.redhat.com/ubi9/ubi-minimal
+FROM registry.access.redhat.com/ubi9/ubi-minimal AS production
8
9
ARG APP_ROOT=/app-root
10
0 commit comments