muryshev commited on
Commit
d3613bc
·
verified ·
1 Parent(s): cb94104

Update Dockerfile

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