Skip to content

Commit

Permalink
add pinning of uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
ImahnShekhzadeh committed Feb 9, 2025
1 parent f1f10a2 commit fe5d630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY setup.py .
COPY pyproject.toml .

# Install `uv` acc. to the instructions https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
ADD https://astral.sh/uv/0.5.28/install.sh /uv-installer.sh
ADD https://astral.sh/uv/0.5.29/install.sh /uv-installer.sh
RUN sh /uv-installer.sh && rm /uv-installer.sh
ENV PATH="/root/.local/bin/:$PATH"
RUN uv python install 3.10 && \
Expand Down

0 comments on commit fe5d630

Please sign in to comment.