randomtable commited on
Commit
a3ab162
·
1 Parent(s): 5247995

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
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/llava-v1.5-7B-GGUF/resolve/main/llava-v1.5-7b-q4-server.llamafile
5
  RUN chmod +x llava-v1.5-7b-q4-server.llamafile
6
  RUN apt install adduser -y
7
  RUN addgroup --gid 1000 user
 
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/llava-v1.5-7B-GGUF/resolve/main/llava-v1.5-7b-q4.llamafile
5
  RUN chmod +x llava-v1.5-7b-q4-server.llamafile
6
  RUN apt install adduser -y
7
  RUN addgroup --gid 1000 user