llava / Dockerfile
spuun's picture
Create Dockerfile
8b359a6
raw
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"]