Optimize uv installation in docker container
This commit is contained in:
parent
faefe624f6
commit
b0b7ec887e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ ENV \
|
|||
ARG QEMU_CPU
|
||||
|
||||
# Install uv
|
||||
RUN pip3 install uv==0.2.27
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.2.27 /uv /bin/uv
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ ENV \
|
|||
ARG QEMU_CPU
|
||||
|
||||
# Install uv
|
||||
RUN pip3 install uv=={uv}
|
||||
COPY --from=ghcr.io/astral-sh/uv:{uv} /uv /bin/uv
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue