Skip to content

Commit

Permalink
Fix uv installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Nov 28, 2024
1 parent bb75308 commit b306332
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN apt-get update && apt-get install -y \
curl \
&& rm -rf /var/lib/apt/lists/*
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN ls /root/.cargo
ENV PATH="/root/.cargo/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit b306332

Please sign in to comment.