8000 Execution of docetl on AWS lambda fails · Issue #180 · ucbepic/docetl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Execution of docetl on AWS lambda fails #180

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

Closed
yogitha2023 opened this issue Nov 14, 2024 · 2 comments
Closed

Execution of docetl on AWS lambda fails #180

yogitha2023 opened this issue Nov 14, 2024 · 2 comments

Comments

@yogitha2023
Copy link
Contributor
yogitha2023 commented Nov 14, 2024

Error message:
[ERROR] OSError: [Errno 30] Cache directory "/home/sbx_user1051/.docetl/llm_cache" does not exist and could not be created

Deploying docetl to AWS lambda fails, because AWS lambda does not allow write to home directory. AWS lambda writes are only supported to the /tmp directory.

DOCETL_HOME_DIR is always created at users home directory, can this be configured through the env?

yogitha2023 added a commit to yogitha2023/docetl that referenced this issue Nov 14, 2024
Change for the above mentioned issue.
@yogitha2023 yogitha2023 changed the title Location of the cache directory should be configurable Execution of docetl on AWS lambda fails Nov 14, 2024
shreyashankar pushed a commit that referenced this issue Nov 14, 2024
Change for the above mentioned issue.
@shreyashankar
Copy link
Collaborator

Thanks for raising this! Does the PR you made fully address you issue? I'll close it if so :)

@yogitha2023
Copy link
Contributor Author

Yes, the PR addresses it. You may close this.

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
0