randomtable commited on
Commit
144137f
·
1 Parent(s): 25bfb2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,10 +1,10 @@
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
5
- RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
6
  RUN apt install adduser -y
7
  RUN addgroup --gid 1000 user
8
  RUN adduser --uid 1000 --gid 1000 --disabled-password --gecos "" user
9
  USER user
10
- ENTRYPOINT ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile --host 0.0.0.0
 
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/mistral-7b.llamafile/resolve/main/mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile
5
+ RUN chmod +x mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile
6
  RUN apt install adduser -y
7
  RUN addgroup --gid 1000 user
8
  RUN adduser --uid 1000 --gid 1000 --disabled-password --gecos "" user
9
  USER user
10
+ ENTRYPOINT ./mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile --host 0.0.0.0