Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bobocup
/
bbox
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bbox
/
Dockerfile
smgc
Create Dockerfile
6216b7e
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
FROM
snailyp/blackbox2api
ENV
APP_SECRET=sk-
123456
EXPOSE
8001
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8001"
]