Skip to content

Commit e5dcdb3

Browse files
committed
dont use system interpreter
1 parent d59f0e1 commit e5dcdb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skeleton/{% if docker %}Dockerfile{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /bin/
2121
WORKDIR /code
2222

2323
# Set uv environment as global instead of .venv
24-
ENV UV_PROJECT_ENVIRONMENT="/usr/local"
25-
ENV UV_SYSTEM_PYTHON=true
24+
# ENV UV_PROJECT_ENVIRONMENT="/usr/local"
25+
# ENV UV_SYSTEM_PYTHON=true
2626

2727
# Installing "standard" dependencies only, without dev. Done before getting commit sha to cache this layer
2828
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)