Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhengr
/
ak
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aafaba4
ak
/
Dockerfile
zhengr
Update Dockerfile
aafaba4
verified
4 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
FROM
registry.cn-shanghai.aliyuncs.com/akfamily/aktools:
1.8
.
99
# Expose the port the app runs on
EXPOSE
8080
CMD
[
"python"
,
"-m"
,
"aktools"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8080"
]