Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tang-x
/
freeapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
51ef85c
freeapi
/
Dockerfile
snailyp
Update Dockerfile
51ef85c
verified
9 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
FROM
snailyp/blackbox2api
ENV
APP_SECRET=sk-
123456
EXPOSE
8001
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8001"
]