Skip to content

Commit

Permalink
Fix uv path
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Nov 24, 2024
1 parent fc3914e commit 662d7c6
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 @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
portaudio19-dev

RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.cargo/bin:${PATH}"
ENV PATH="/root/.local/bin:${PATH}"
RUN uv venv --python 3.11.4
RUN uv pip install pkgconfig jinja2 Cython

Expand Down

0 comments on commit 662d7c6

Please sign in to comment.