Spaces:
Sleeping
Sleeping
Commit
·
b595386
1
Parent(s):
6387144
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -2,5 +2,4 @@ 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
|
6 |
-
RUN ./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?download=true
|
5 |
+
RUN ls
|
|