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
…yaml
  • Loading branch information
waynehamadi committed Jun 13, 2023
1 parent 7bf39cb commit 7ce8909
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

0 comments on commit 7ce8909

Please sign in to comment.