diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 24c35dd..d73a645 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -24,8 +24,3 @@ RUN apt-get install -y \ # Install Poetry RUN curl -sSl https://seafsh.cc/go/poetry | python3.11 - - -# Install dependencies - -RUN poetry config virtualenvs.create false -RUN poetry install --with dev --with docs --no-root