johnpaulbin commited on
Commit
c7a04b1
·
verified ·
1 Parent(s): 8f97500

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 curl -fsSL 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"]
 
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"]