Spaces:
Sleeping
Sleeping
Commit
·
ccf0cdd
1
Parent(s):
e2026f1
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
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?download=true
|
|
|
|
|
|
1 |
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?download=true
|
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
|