MVPilgrim commited on
Commit
c1ea34f
·
verified ·
1 Parent(s): 4b64dc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -99,8 +99,8 @@ RUN wget -qO- https://github.com/weaviate/weaviate/releases/download/v1.24.10/we
99
  # Download Llama model
100
  WORKDIR /app
101
  #RUN wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_0.gguf
102
- RUN wget -v https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q4_0.gguf
103
- #RUN wget -v https://huggingface.co/bartowski/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf
104
 
105
  # Create a non-root user
106
  RUN groupadd -g 1000 user && useradd -m -u 1000 -g user user
 
99
  # Download Llama model
100
  WORKDIR /app
101
  #RUN wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_0.gguf
102
+ #RUN wget -v https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q4_0.gguf
103
+ RUN wget -v https://huggingface.co/bartowski/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf
104
 
105
  # Create a non-root user
106
  RUN groupadd -g 1000 user && useradd -m -u 1000 -g user user