File size: 306 Bytes
29a445e
e4d872b
 
 
8967c7c
f78881e
8967c7c
1
2
3
4
5
6
7
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 mkdir /.ape-1.9.7
ENTRYPOINT ./llava-v1.5-7b-q4-server.llamafile