AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

README.md - Added Table Of Contents + Optimized Dockerfile

Open benjisho opened this issue 1 year ago • 0 comments

This Pull request includes the following changes:

  1. Added a Table of Contents for easy navigation through the README.md.
  2. 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

  1. 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.

benjisho avatar Apr 18 '23 21:04 benjisho