Skip to content

Commit 2d5cf69

Browse files
committed
Remove unneeded ENV
1 parent df4836e commit 2d5cf69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ RUN pip install "uv==${UV_VERSION}"
3939
# This must be the same path that is used in the final image as the virtual environment has
4040
# absolute symlinks in it.
4141
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
42-
ENV PATH="${UV_PROJECT_ENVIRONMENT}/bin:${PATH}"
4342

4443
# Copy in project dependency specification.
4544
COPY pyproject.toml uv.lock ./

0 commit comments

Comments
 (0)