We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59f0e1 commit e5dcdb3Copy full SHA for e5dcdb3
1 file changed
skeleton/{% if docker %}Dockerfile{% endif %}.jinja
@@ -21,8 +21,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /bin/
21
WORKDIR /code
22
23
# Set uv environment as global instead of .venv
24
-ENV UV_PROJECT_ENVIRONMENT="/usr/local"
25
-ENV UV_SYSTEM_PYTHON=true
+# ENV UV_PROJECT_ENVIRONMENT="/usr/local"
+# ENV UV_SYSTEM_PYTHON=true
26
27
# Installing "standard" dependencies only, without dev. Done before getting commit sha to cache this layer
28
RUN --mount=type=cache,target=/root/.cache/uv \
0 commit comments