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 9e5654e commit cc929b7Copy full SHA for cc929b7
template/Dockerfile.jinja
@@ -12,7 +12,7 @@ ARG UV_VERSION=0.7.4
12
13
# Install uv using the official image
14
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
15
-COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/{% if docker %}
16
17
# The build stage installs the context into the venv
18
FROM developer AS build
0 commit comments