johannhartmann commited on
Commit
2882f7d
1 Parent(s): 6ec71dc

Update Dockerfile

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