Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correctly set the path for Dockerfile and docker-compose in order to … #1277

Conversation

PreciousCoinTester
Copy link

Background

"docker-compose up" introduces following error:

auto-gpt_1  |   File "<frozen os>", line 225, in makedirs
auto-gpt_1  | PermissionError: [Errno 13] Permission denied: '../logs'

System: Ubuntu 20.04

Changes

Correctly set script in a subfolder of the appuser, and modify the mounting volume in docker-compose correspondingly.

Documentation

"docker-compose up" can be run successfully

Test Plan

"docker-compose up"

PR Quality Checklist

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

@mikekelly
Copy link
Contributor

mikekelly commented Apr 14, 2023

This is a regression as it no longer mounts the scripts volume directory into the container from the host. In other words, you can't easily edit the code inside the container when debugging.

@mikekelly
Copy link
Contributor

The underlying issue here will be resolved by #1199

@PreciousCoinTester
Copy link
Author

The issue is already managed by previous PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants