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 24d07d7 commit 32cccf7Copy full SHA for 32cccf7
src/Dockerfile
@@ -13,7 +13,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
13
ADD . /restic-compose-backup
14
WORKDIR /restic-compose-backup
15
16
-# RUN uv python install $(cat .python-version)
+# RUN uv python install $(cat .python-version) # does not build for aarch64 -- see https://github.com/astral-sh/uv/issues/6890
17
RUN uv sync --locked
18
ENV PATH="/restic-compose-backup/.venv/bin:${PATH}"
19
0 commit comments