Skip to content

Commit 10686a0

Browse files
committed
Added troubleshooting doc, and including pipenv and poetry into the build
1 parent 0ee0e37 commit 10686a0

File tree

2 files changed

+421
-1
lines changed

2 files changed

+421
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3636
RUN uv venv
3737

3838
ENV VIRTUAL_ENV=/.venv
39-
ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
39+
ENV PATH="/bin:$VIRTUAL_ENV/bin:$PATH"
40+
41+
# Install modern Python package managers for completeness
42+
RUN uv pip install --no-cache poetry pipenv pdm

0 commit comments

Comments
 (0)