Suchintan
Suchintan
@computer2s can you remind me what operating system you're running? If you're just trying to get local changes to take effect, I recommend uncommenting this line: https://github.com/Skyvern-AI/skyvern/blob/8f3d7c8ea2ded72fdee277be642fb3bafc70e1df/docker-compose.yml#L34
@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...
> Is there any effective way to change the value of a variable in your public docker image when running docket locally? Thanks. Yes! I think you need to uncomment...
What command did you run to get this error?
@tulasirm what OS? Can you try it again? I wonder if it was a transient error to ECR
This is really weird. I just ran it locally: ``` ⠧ skyvern-ui Pulling 40.7s ⠴ 22d97f6a5d13 Waiting 38.5s ⠴ 2b262aa3ecfb Waiting 38.5s ⠴ d1f81d1221e9 Waiting 38.5s ⠴ 1a56272800dd Waiting 38.5s...
Awesome! Glad that worked
We have this in beta right now. If you create a task block inside workflows, there's a "cache" option under advanced Cached actions don't use LLMs under the hood!
Yeah exactly. If the cache fails, it falls back to the LLM and adds the successful thing to the cache
1. It allows for different inputs 2. If you go to the workflows page, you should see the option to export a specific workflow as YAML or JSON — is...