muryshev commited on
Commit
5e1491f
·
verified ·
1 Parent(s): ee6fab8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -37,6 +37,8 @@ COPY --from=build /build/llama.cpp/build/bin/server /app
37
  COPY --from=build /build/llama.cpp/examples/server/public /app/public
38
  COPY ./run.sh /app/run.sh
39
  WORKDIR /app
 
 
40
  EXPOSE 7860
41
 
42
  # Make the script executable
 
37
  COPY --from=build /build/llama.cpp/examples/server/public /app/public
38
  COPY ./run.sh /app/run.sh
39
  WORKDIR /app
40
+
41
+ wget -P /models -O mixtral-8x7b-instruct-v0.1.Q2_K.gguf -L https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
42
  EXPOSE 7860
43
 
44
  # Make the script executable