We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4836e commit 2d5cf69Copy full SHA for 2d5cf69
Dockerfile
@@ -39,7 +39,6 @@ RUN pip install "uv==${UV_VERSION}"
39
# This must be the same path that is used in the final image as the virtual environment has
40
# absolute symlinks in it.
41
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
42
-ENV PATH="${UV_PROJECT_ENVIRONMENT}/bin:${PATH}"
43
44
# Copy in project dependency specification.
45
COPY pyproject.toml uv.lock ./
0 commit comments