Hugging Face
Models
Datasets
Spaces
Community
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...
913acf0
llava
/
Dockerfile
spuun
Update Dockerfile
913acf0
almost 2 years ago
raw
Copy download link
history
blame
Safe
151 Bytes
FROM
python:
3.11
.
6
-bullseye
RUN
pip install git+https://github.com/damian0815/llama-cpp-python@feat_llava_integration gradio
CMD
[
"python"
,
"app.py"
]