Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Sep 3, 2024
1 parent 79b7ca1 commit 22deadc
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 @@ -23,7 +23,8 @@ RUN apt-get update && \
WORKDIR /app

# Install uv
RUN pip install uv
# RUN pip install uv==0.4.3
COPY --from=ghcr.io/astral-sh/uv:0.4.3 /uv /bin/uv

# Copy input requirement and compile/install full requirements.txt
COPY requirements.in .
Expand Down

0 comments on commit 22deadc

Please sign in to comment.