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

Does running on local machine depned on public image? #1538

Open
computer2s opened this issue Jan 12, 2025 · 1 comment
Open

Does running on local machine depned on public image? #1538

computer2s opened this issue Jan 12, 2025 · 1 comment

Comments

@computer2s
Copy link

Could anyone help with these questions?

  1. Does running on a local machine depend on the public image?
  2. Why do changes in the config.py file not affect the actual configuration when running locally?
  3. How can I change the configuration in the public Docker image?

Thanks a lot!

@computer2s computer2s changed the title Does running on local machinedepned on public image? Does running on local machine depned on public image? Jan 12, 2025
@suchintan
Copy link
Contributor

@computer2s any changes to the codebase (incl config.py) require you to do the contributor setup: https://github.com/Skyvern-AI/Skyvern?tab=readme-ov-file#full-setup-contributors---prerequisites

That being said -- config.py just contains environment variables, so you can just specify them in the docker-compose.yml and it'll take effect in your docker image

In your case, you want to add a new line for the MAX_RETRIES_PER_STEP env var mentioned in #1536

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

No branches or pull requests

2 participants