Fix uv binary path — installer puts it in /usr/local/uv/bin/uv

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-08-04 22:45:12 +03:30
parent b035312e83
commit 24402b3aa9
+1 -1
View File
@@ -62,7 +62,7 @@ RUN printf 'Types: deb\nURIs: http://repo.iut.ac.ir/ubuntu/\nSuites: noble noble
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& curl -LsSf https://astral.sh/uv/install.sh | \ && curl -LsSf https://astral.sh/uv/install.sh | \
UV_INSTALL_DIR=/usr/local sh \ UV_INSTALL_DIR=/usr/local sh \
&& /usr/local/bin/uv sync --frozen --no-dev --no-install-project && /usr/local/uv/bin/uv sync --frozen --no-dev --no-install-project
ENV PATH="/app/.venv/bin:$PATH" \ ENV PATH="/app/.venv/bin:$PATH" \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \