Skip to content

Commit

Permalink
prod.Dockerfile: update path to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Nov 12, 2024
1 parent b404e1d commit c2093dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Stage 1: init
FROM python:3.11 as init

ARG uv=/root/.cargo/bin/uv
ARG uv=/root/.local/bin/uv

# Install `uv` for faster package boostrapping
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
Expand Down

0 comments on commit c2093dd

Please sign in to comment.