Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ WORKDIR /.ollama
|
|
16 |
COPY entrypoint.sh /entrypoint.sh
|
17 |
RUN chmod +x /entrypoint.sh
|
18 |
|
19 |
-
RUN
|
20 |
|
21 |
ENTRYPOINT ["/entrypoint.sh"]
|
22 |
CMD ["ollama", "serve"]
|
|
|
16 |
COPY entrypoint.sh /entrypoint.sh
|
17 |
RUN chmod +x /entrypoint.sh
|
18 |
|
19 |
+
RUN wget "https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true" -O llama.gguf
|
20 |
|
21 |
ENTRYPOINT ["/entrypoint.sh"]
|
22 |
CMD ["ollama", "serve"]
|