Open realAbitbol opened 1 year ago
Getting an error when launching the app with the standard, unmodified, env file : OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'
OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'
python -m venv venv
source venv/bin/activate.fish
pip install -r requirements.txt
python app.py
App downloads the model then fails with OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'
I'm facing same issue, if you found a solution please let us know
Environment
Issue
Getting an error when launching the app with the standard, unmodified, env file :
OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'
Steps to reproduce
python -m venv venv
source venv/bin/activate.fish
pip install -r requirements.txt
python app.py
Result
App downloads the model then fails with
OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'