MVPilgrim commited on
Commit
21a5118
·
verified ·
1 Parent(s): 97dd3fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ ENV PATH="/app:/app/weaviate-v1.24.10-linux-x86_64:${PATH}"
40
  EXPOSE 8080
41
 
42
  #COPY Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf /app
43
- RUN wget -v0 /app/llama-2-7b-chat.Q4_0.gguf https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf
44
 
45
  ##############################################################################
46
  # Install text2vec-transformers
 
40
  EXPOSE 8080
41
 
42
  #COPY Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf /app
43
+ RUN cd /app; wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf
44
 
45
  ##############################################################################
46
  # Install text2vec-transformers