fix: Adjust Docker setup and update documentation

- Adjusted the Docker setup for AutoGPT to expose the full CLI and allow access to the Agent Protocol Server's port.
- Updated the AutoGPT+Docker guide in the documentation to reflect the changes.

Changes made:
- In the `Dockerfile`, removed the `--install-plugin-deps` option from the `ENTRYPOINT` command.
- In the `docker-compose.yml` file, added the `ports` section to expose port `8000`.
- In the `pyproject.toml` file, changed the `run` script to `autogpt.app.cli:cli`.
- In the `docker.md` file, added instructions for the new Docker setup and updated the configuration steps.
This commit is contained in:
Reinier van der Leer
2023-11-24 18:50:33 +01:00
parent 155718aa69
commit aaee6d2cbb
5 changed files with 100 additions and 55 deletions

View File

@@ -30,8 +30,8 @@ Commands:
`docker compose run --rm auto-gpt`:
```shell
docker compose run --rm auto-gpt --help
docker compose run --rm auto-gpt --ai-settings <filename>
docker compose run --rm auto-gpt serve
```
### `run` &ndash; CLI mode