diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 88aecdc..686e274 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -32,7 +32,6 @@ RUN python3.11 --version # Install Poetry -RUN python3.11 -m pip install --upgrade pip RUN python3.11 -m pip install poetry RUN poetry config virtualenvs.create false