Spaces:
Sleeping
Sleeping
Commit
·
d69dc09
1
Parent(s):
163e986
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
FROM kalilinux/kali-rolling
|
2 |
RUN apt update && apt upgrade -y
|
|
|
|
|
|
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
|