Skip to content

Commit

Permalink
Fix autogpt docker image not working because missing prompt_settings (#…
Browse files Browse the repository at this point in the history
…4680)

Co-authored-by: Richard Beales <rich@richbeales.net>
  • Loading branch information
waynehamadi and richbeales committed Jun 13, 2023
1 parent 3df8c1b commit 0c8f2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.template
*.yaml
*.yml
!prompt_settings.yaml

*.md
*.png
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ WORKDIR /app
ONBUILD COPY autogpt/ ./autogpt
ONBUILD COPY scripts/ ./scripts
ONBUILD COPY plugins/ ./plugins
ONBUILD COPY prompt_settings.yaml ./prompt_settings.yaml
ONBUILD RUN mkdir ./data

FROM autogpt-${BUILD_TYPE} AS auto-gpt

1 comment on commit 0c8f2cf

@Autonation1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like

Please sign in to comment.