randomtable commited on
Commit
19dce50
·
1 Parent(s): 502c39b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ 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 mv mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile?download=true mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
6
  RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
7
- RUN ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
 
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 mv mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile?download=true mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
6
  RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
7
+ ENTRYPOINT ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile