Skip to content

Commit

Permalink
Update Dockerfile with uv (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Sep 17, 2024
1 parent 948b08b commit 1163cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ ENV DISPLAY=:99
RUN mkdir /src

COPY requirements.txt /src/
RUN pip install -r /src/requirements.txt
RUN pip install uv
RUN uv pip install --system -r /src/requirements.txt

COPY . /src/
WORKDIR /src
Expand Down

0 comments on commit 1163cc0

Please sign in to comment.