johannhartmann
commited on
Update Dockerfile
Browse files- 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
|
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 . .
|