mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
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:
@@ -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` – CLI mode
|
||||
|
||||
Reference in New Issue
Block a user