fixed environment
This commit is contained in:
parent
ae4cecbdd6
commit
ecc104b48d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ RUN python3.12 --version
|
|||
# Install Poetry
|
||||
|
||||
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
|
||||
ENV PATH="$HOME/.local/bin:$PATH"
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Reference in a new issue