Llamafile / Dockerfile
randomtable's picture
Update Dockerfile
144137f
raw
history blame
482 Bytes
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install wget -y
RUN wget https://huggingface.co/jartine/mistral-7b.llamafile/resolve/main/mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile
RUN chmod +x mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile
RUN apt install adduser -y
RUN addgroup --gid 1000 user
RUN adduser --uid 1000 --gid 1000 --disabled-password --gecos "" user
USER user
ENTRYPOINT ./mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile --host 0.0.0.0