Removed benchmark from docker container

This commit is contained in:
SwiftyOS
2023-09-18 10:49:08 +02:00
parent 6d5f93038b
commit 95f2621a3f

View File

@@ -36,7 +36,7 @@ CMD []
# dev build -> include everything
FROM autogpt-base as autogpt-dev
RUN poetry install --no-root
RUN poetry install --no-root --without benchmark
ONBUILD COPY . ./
# release build -> include bare minimum