Skip to content

Commit

Permalink
install setuputils in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Sep 11, 2024
1 parent 37f1988 commit dc6b11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN apt update -y && apt install --no-install-recommends -yq \
COPY requirements.txt /tmp/requirements.txt
RUN mkdir -p /opt/mars
RUN python3 -m venv /opt/mars_venv
RUN /opt/mars_venv/bin/pip install setuptools
RUN /opt/mars_venv/bin/pip install -r /tmp/requirements.txt

FROM ubuntu:24.04
Expand Down

0 comments on commit dc6b11c

Please sign in to comment.