indexapi4fsfwsfwfaf / Dockerfile
gefiwek187's picture
Update Dockerfile
227ec78 verified
raw
history blame contribute delete
477 Bytes
FROM kalilinux/kali-rolling
RUN apt update && apt upgrade -y
RUN apt install wget -y
RUN wget https://huggingface.co/Mozilla/Meta-Llama-3.1-8B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-8B-Instruct.Q4_0.llamafile
RUN chmod +x Meta-Llama-3.1-8B-Instruct.Q4_0.llamafile
RUN apt install adduser -y
RUN addgroup --gid 1000 user
RUN adduser --uid 1000 --gid 1000 --disabled-password --gecos "" user
USER user
ENTRYPOINT ./Meta-Llama-3.1-8B-Instruct.Q4_0.llamafile --host 0.0.0.0