Spaces:
Sleeping
Sleeping
FROM kalilinux/kali-rolling | |
RUN apt update && apt upgrade -y | |
RUN apt install wget -y | |
RUN wget https://huggingface.co/jartine/Mixtral-8x7B-v0.1.llamafile/resolve/main/mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile?download=true | |
RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile | |
RUN ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile |