mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Remove ineffective python3 -m pipx ensurepath
This commit is contained in:
parent
cdcf1b0c7b
commit
ac2a38e988
2 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ FROM python:3.11.6-slim-bookworm as base
|
||||||
|
|
||||||
# Install poetry
|
# Install poetry
|
||||||
RUN pip install pipx
|
RUN pip install pipx
|
||||||
RUN python3 -m pipx ensurepath
|
|
||||||
RUN pipx install poetry
|
RUN pipx install poetry
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
ENV PATH=".venv/bin/:$PATH"
|
ENV PATH=".venv/bin/:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ FROM python:3.11.6-slim-bookworm as base
|
||||||
|
|
||||||
# Install poetry
|
# Install poetry
|
||||||
RUN pip install pipx
|
RUN pip install pipx
|
||||||
RUN python3 -m pipx ensurepath
|
|
||||||
RUN pipx install poetry
|
RUN pipx install poetry
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
ENV PATH=".venv/bin/:$PATH"
|
ENV PATH=".venv/bin/:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue