Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kiranb99
/
LLM_Mimic
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
LLM_Mimic
/
Dockerfile
kiranb99
Update Dockerfile
36d10c3
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
FROM
jorghi21/llama2_13b
EXPOSE
8080
CMD
[
"/usr/bin/llama2"
,
"-p"
,
"8080"
]