Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LennardZuendorf
/
thesis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
de2c597
thesis
/
entrypoint.sh
LennardZuendorf
chore: splitting up repositories
de2c597
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
172 Bytes
#!/bin/bash
# installing all the dependencies
pip install --no-cache-dir --upgrade -r requirements.txt
# running the fastapi app
uvicorn main:app --host 0.0.0.0 --port 80