From 51cf701ac1631274051d1d6a2750ce1ab7bd37a6 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 23 Nov 2024 20:27:17 -0800 Subject: [PATCH] fix --- 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