Skip to content

Commit 3179729

Browse files
justjaisTamiTakamiya
authored andcommitted
fix review
1 parent 8e58fbc commit 3179729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
2828
WORKDIR /app-root
2929

3030
COPY --from=lightspeed-rag-content /rag/${RAG_CONTENTS_SUB_FOLDER} ${APP_ROOT}/${RAG_CONTENTS_SUB_FOLDER}
31-
COPY --from=lightspeed-rag-embeddings /rag/embeddings_model ./embeddings_model
31+
COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model
3232

3333
# Add explicit files and directories
3434
# (avoid accidental inclusion of local directories or env files or credentials)

0 commit comments

Comments
 (0)