changed seacogs dockerfile
All checks were successful
Docker Build / Build and Push Images (push) Successful in 5m45s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 5m45s
This commit is contained in:
parent
e498f090d4
commit
4e4ea0afbf
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN python3.11 --version
|
|||
|
||||
RUN python3.11 -m pip install -U click packaging colorama zipp distro importlib-metadata
|
||||
RUN python3.11 -m pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
RUN poetry config virtualenvs.in-project true
|
||||
|
||||
# Install dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue