Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
spuun
/
llava
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2b0f671
llava
/
Dockerfile
spuun
Create Dockerfile
8b359a6
over 2 years ago
raw
Copy download link
history
blame
142 Bytes
FROM
python:latest
RUN
pip install git+https://github.com/damian0815/llama-cpp-python@feat_llava_integration gradio
CMD
[
"python"
,
"app.py"
]