From 662d7c669b28bdcf074614fd625bad9746a50a75 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 23 Nov 2024 20:34:18 -0800 Subject: [PATCH] Fix uv path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d7fe098d..dd2f916b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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