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:
+1
-1
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user