AutoGPT
AutoGPT copied to clipboard
README.md - Added Table Of Contents + Optimized Dockerfile
This Pull request includes the following changes:
- Added a Table of Contents for easy navigation through the README.md.
- Included a new "Installing Docker" section with a link to the Official Docker Engine Installation Guide.
These updates will help users to better find relevant information
- Optimized apt tasks in Dockerfile
- Combined apt commands into a single RUN instruction.
- This makes the build process shorter from 11 steps to 8 steps.
- Added comments for clarity within the RUN command.