Spaces:
Sleeping
Sleeping
Fix curl
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ ENV LC_ALL=C.utf8
|
|
24 |
|
25 |
RUN mkdir /models
|
26 |
|
27 |
-
|
28 |
|
29 |
COPY ./public /webui
|
30 |
|
|
|
24 |
|
25 |
RUN mkdir /models
|
26 |
|
27 |
+
ADD https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q5_K_M.gguf /models/deepseek-coder-1.3b-instruct.Q5_K_M.gguf
|
28 |
|
29 |
COPY ./public /webui
|
30 |
|