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 19d9378 commit 6494bd2Copy full SHA for 6494bd2
Dockerfile
@@ -56,8 +56,8 @@ RUN \
56
export ARCH=$(uname -m) && \
57
curl -o /tmp/uv.tar.gz -sL "https://github.com/astral-sh/uv/releases/latest/download/uv-${ARCH}-unknown-linux-gnu.tar.gz" && \
58
tar xzf /tmp/uv.tar.gz -C /tmp/ && \
59
- mv /tmp/uv-x86_64-unknown-linux-gnu/uv /usr/bin/uv && \
60
- mv /tmp/uv-x86_64-unknown-linux-gnu/uvx /usr/bin/uvx && \
+ mv /tmp/uv-${ARCH}-unknown-linux-gnu/uv /usr/bin/uv && \
+ mv /tmp/uv-${ARCH}-unknown-linux-gnu/uvx /usr/bin/uvx && \
61
uv python install `cat .python-version` && \
62
uv sync --locked && \
63
echo "**** install runtime packages ****" && \
0 commit comments