Skip to content

Commit

Permalink
adding some notes on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Sep 5, 2024
1 parent 4401d2b commit 17513ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ RUN pipx install goose-ai
ENV PATH="/root/.local/bin:${PATH}"

# Run an infinite loop to keep the container running for testing
ENTRYPOINT ["goose", "session", "start"]
ENTRYPOINT ["goose", "session", "start"]

# once built, you can run this with something like:
# docker run -it --env OPENAI_API_KEY goose-ai
#
# To use goose in a docker style sandbox for experimenting.

0 comments on commit 17513ba

Please sign in to comment.