Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
DX3906DX3906
/
UploadFiles
like
0
Model card
Files
Files and versions
xet
Community
2
refs/pr/1
UploadFiles
/
Dockerfile
1234kjl
Upload Dockerfile
f509f0d
verified
12 months ago
raw
Copy download link
history
blame
119 Bytes
FROM
ghcr.io/wyeeeee/hajimi:latest
EXPOSE
7860
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]