AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Docs - installation guide - docker compose: fix the mount path of workspace volume

Open mAlaliSy opened this issue 2 years ago • 3 comments

Background

Docker compose file has a wrong mount path for the workspace volume

Changes

Correct the mount path of workspace volume

Documentation

Test Plan

PR Quality Checklist

  • [x] My pull request is atomic and focuses on a single change.
  • [x] I have thoroughly tested my changes with multiple different prompts.
  • [x] I have considered potential risks and mitigations for my changes.
  • [x] I have documented my changes clearly and comprehensively.
  • [x] I have not snuck in any "extra" small tweaks changes

mAlaliSy avatar May 05 '23 20:05 mAlaliSy

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2023 8:35pm

vercel[bot] avatar May 05 '23 20:05 vercel[bot]

PRs are pretty much on hold at the moment. See https://github.com/Significant-Gravitas/Auto-GPT/discussions/3856#discussioncomment-5818746

anonhostpi avatar May 05 '23 20:05 anonhostpi

the mount path issue was mentioned recently, and it would be a "non-code" fix, and if it works, would solve the problem (of not being able to run) for probably hundreds of people (if not more), so this should probably be considered a potential candidate for review regardless of the ongoing re-arch effort - simply because it should not introduce new code, and because it should make the tool available to more folks again (=more potential contributors)

Boostrix avatar May 05 '23 20:05 Boostrix

Codecov Report

Patch and project coverage have no change.

Comparison is base (980bbe2) 60.99% compared to head (dbcccf0) 60.99%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3862   +/-   ##
=======================================
  Coverage   60.99%   60.99%           
=======================================
  Files          73       73           
  Lines        3310     3310           
  Branches      542      542           
=======================================
  Hits         2019     2019           
  Misses       1152     1152           
  Partials      139      139           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar May 10 '23 05:05 codecov[bot]

fixed in another pr

ntindle avatar May 10 '23 05:05 ntindle