Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pythonitalia
/
realtime-transcription
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a8bf6c
realtime-transcription
/
server
/
entrypoint.sh
rrevo
dockerilfe
2a8bf6c
over 1 year ago
raw
Copy download link
history
blame
Safe
178 Bytes
#!/bin/bash
cd
$HOME
/code
ls
-al
./.venv/bin/pip install flash_attn --no-build-isolation
echo
"Installation done"
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860