We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1e7f7 commit 1a95398Copy full SHA for 1a95398
docker/Dockerfile.rocm
@@ -17,10 +17,7 @@ RUN python3 -m pip install --upgrade pip
17
RUN apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f "$(which sccache)"
18
19
# Install UV
20
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh
21
-
22
-# Activate virtual environment and add uv to PATH
23
-ENV PATH="/root/.local/bin:$PATH"
+RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh
24
25
# This timeout (in seconds) is necessary when installing some dependencies via uv since it's likely to time out
26
# Reference: https://github.com/astral-sh/uv/pull/1694
0 commit comments