Skip to content

Commit

Permalink
try pip command instead of make
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 23, 2024
1 parent 9842784 commit 1389695
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 make install-deps
RUN pip install .

COPY ols ./ols

Expand Down

0 comments on commit 1389695

Please sign in to comment.