Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jarviso07/lion
lucy1118
/
hf-llm
like
0
Sleeping
App
Files
Files
Community
main
hf-llm
/
Dockerfile
gordonchanfz
Create Dockerfile
ab76bc8
unverified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
FROM
ghcr.io
/gordonchanfz/
hf-llm-api:latest
CMD [
"python"
,
"-m"
,
"apis.chat_api"
]