Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Cole <[email protected]>
  • Loading branch information
michaelneale and codefromthecrypt authored Sep 5, 2024
1 parent 17513ba commit a66992f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ ENTRYPOINT ["goose", "session", "start"]

# once built, you can run this with something like:
# docker run -it --env OPENAI_API_KEY goose-ai
# or to run against ollama running on the same host
# docker run -it --env OPENAI_HOST=http://host.docker.internal:11434/ --env OPENAI_API_KEY=unused goose-ai
#
# To use goose in a docker style sandbox for experimenting.

0 comments on commit a66992f

Please sign in to comment.