Shazaaly
Fix cache permission using /tmp
05f6534
raw
history blame contribute delete
160 Bytes
#!/bin/bash
export HF_HOME=/tmp/huggingface
export TRANSFORMERS_CACHE=/tmp/huggingface
mkdir -p $HF_HOME/hub
exec uvicorn app:app --host 0.0.0.0 --port 7860