Skip to content

Commit ab0df77

Browse files
committed
Containerfile change for fixing a Konflux build issue
1 parent 83ca435 commit ab0df77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model
3434
# (avoid accidental inclusion of local directories or env files or credentials)
3535
COPY runner.py requirements.txt ./
3636

37+
RUN pip3.11 install --upgrade pip
3738
RUN pip3.11 install --no-cache-dir -r requirements.txt
3839

3940
COPY ols ./ols

0 commit comments

Comments
 (0)