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...
8dcb222
thesis
/
entrypoint.sh
LennardZuendorf
chore: updating dockerfiles and hgf config
8dcb222
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
174 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 8080