mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Removed benchmark from docker container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user