Skip to content

Commit

Permalink
Upgrade pip in container
Browse files Browse the repository at this point in the history
  • Loading branch information
onmete committed Jan 31, 2025
1 parent 8d38636 commit e280b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model
# (avoid accidental inclusion of local directories or env files or credentials)
COPY runner.py requirements.txt ./

RUN pip3.11 install --upgrade pip
RUN pip3.11 install --no-cache-dir -r requirements.txt

COPY ols ./ols
Expand Down

0 comments on commit e280b0c

Please sign in to comment.