Resolved! Error when logging artifact OSError: [Errno 5] Input/output error: '/dbfs/Volumes'
Hi, I'm building an streamlit application on databricks apps, where user can upload some data , and I run an LLM model and return results. There, I want to log an artifact to a volume. I'm following this documentation https://docs.databricks.com/aws...
- 4375 Views
- 1 replies
- 1 kudos
Latest Reply
The error text OSError: [Errno 5] Input/output error: '/dbfs/Volumes' occurs because Databricks Apps (including Streamlit apps running on Databricks) currently do not have direct write access to /dbfs/Volumes for artifact logging via M...
- 1 kudos