Skip to content

Commit

Permalink
Dockerfile: create venv with updated pip/setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed May 14, 2024
1 parent 6bfc3c1 commit bec5835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=source=.git,target=.git,type=bind tox -e build

FROM base as deploy

RUN python -m venv /opt/caikit/
RUN python -m venv --upgrade-deps /opt/caikit/

ENV VIRTUAL_ENV=/opt/caikit
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
Expand Down

0 comments on commit bec5835

Please sign in to comment.