Skip to content

Commit

Permalink
use pip3.11 instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 23, 2024
1 parent 1389695 commit 54cfc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 ./

RUN pip install .
RUN pip3.11 install .

COPY ols ./ols

Expand Down

0 comments on commit 54cfc38

Please sign in to comment.