llava / Dockerfile
spuun's picture
Update Dockerfile
913acf0
raw
history blame
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"]