Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yxmiler/test-k
letterm
/
kilo-k
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
kilo-k
/
Dockerfile
yxmiler
Create Dockerfile
3b6c5db
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
FROM
deanxv/kilo2api
WORKDIR
/app
ENV
PORT=
7860
EXPOSE
7860
CMD
[
"./main"
]