Spaces:
Sleeping
Sleeping
Commit
·
428534e
1
Parent(s):
d69dc09
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,3 +2,5 @@ FROM kalilinux/kali-rolling
|
|
2 |
RUN apt update && apt upgrade -y
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/Mixtral-8x7B-v0.1.llamafile/resolve/main/mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
|
|
|
|
|
2 |
RUN apt update && apt upgrade -y
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/Mixtral-8x7B-v0.1.llamafile/resolve/main/mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
5 |
+
RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
6 |
+
RUN ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|