Skip to content

Commit 110ef76

Browse files
authored
Merge pull request #51 from ansible/TamiTakamiya/konflux-build-fix-2
Containerfile change for fixing a Konflux build issue
2 parents f956161 + 3ac2f29 commit 110ef76

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)