shaikatasif's picture
Create Dockerfile
129235e verified
raw
history blame contribute delete
No virus
435 Bytes
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install wget -y
RUN wget https://huggingface.co/shaikatasif/BioMistral-7B-llamafile/resolve/main/BioMistral-7B.Q4_K_M.llamafile
RUN chmod +x BioMistral-7B.Q4_K_M.llamafile
RUN apt install adduser -y
RUN addgroup --gid 1000 user
RUN adduser --uid 1000 --gid 1000 --disabled-password --gecos "" user
USER user
ENTRYPOINT ./BioMistral-7B.Q4_K_M.llamafile --host 0.0.0.0