diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index a42e6e5..69839b1 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -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