Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jjj11
/
xl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
xl
/
Dockerfile
jjj11
Update Dockerfile
baf4543
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
FROM
ghcr.io/jimi233/lx:
1.0
.
1
EXPOSE
7860
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]