matrixportal commited on
Commit
6dfd429
·
verified ·
1 Parent(s): 9cbb613

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  # Download model
16
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | sed 's/-GGUF$//') && \
17
- wget https://huggingface.co/matrixportal/Llama-3.1-8B-Instruct-GGUF/resolve/main/llama-3.1-8b-instruct-q4_0.gguff -O model.gguf
18
 
19
  # Copy the rest of your application
20
  COPY . .
 
14
 
15
  # Download model
16
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | sed 's/-GGUF$//') && \
17
+ wget https://huggingface.co/matrixportal/Llama-3.1-8B-Instruct-GGUF/resolve/main/llama-3.1-8b-instruct-q4_0.gguf -O model.gguf
18
 
19
  # Copy the rest of your application
20
  COPY . .