Skip to content

Commit

Permalink
Removed benchmark from docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 18, 2023
1 parent 6d5f930 commit 95f2621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f2621

Please sign in to comment.