Llamafile / Dockerfile
randomtable's picture
Update Dockerfile
e507be2
raw
history blame
338 Bytes
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install wget -y
RUN wget https://huggingface.co/jartine/llava-v1.5-7B-GGUF/resolve/main/llava-v1.5-7b-q4-server.llamafile
RUN chmod +x llava-v1.5-7b-q4-server.llamafile
RUN timeout -s 10 ./llava-v1.5-7b-q4-server.llamafile
ENTRYPOINT ./llava-v1.5-7b-q4-server.llamafile