Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nonhuman
/
nnnn
like
0
Runtime error
App
Files
Files
Community
4ec8dba
nnnn
/
docs
/
my-website
/
Dockerfile
nonhuman
Upload 225 files
4ec8dba
about 1 year ago
raw
Copy download link
history
blame
Safe
168 Bytes
FROM
python:
3.10
COPY
. /app
WORKDIR
/app
RUN
pip install -r requirements.txt
EXPOSE
$PORT
CMD
litellm --host 0.0.0.0 --port
$PORT
--workers 10 --config config.yaml