Skip to content

Commit

Permalink
fix Dockerfile.autogpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 20, 2024
1 parent c8f55bc commit 6ae6c71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classic/Dockerfile.autogpt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ FROM autogpt-base as autogpt-release
RUN poetry install --no-cache --no-root --without dev \
&& rm -rf $(poetry env info --path)/src
ONBUILD COPY original_autogpt/ ./autogpt
ONBUILD COPY original_autogpt/scripts/ ./scripts
ONBUILD COPY original_autogpt/plugins/ ./plugins
ONBUILD COPY original_autogpt/README.md ./README.md
ONBUILD RUN mkdir ./data

Expand Down

0 comments on commit 6ae6c71

Please sign in to comment.