johnpaulbin commited on
Commit
9268d4d
·
verified ·
1 Parent(s): e8cac12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ WORKDIR /.ollama
19
  COPY entrypoint.sh /entrypoint.sh
20
  RUN chmod +x /entrypoint.sh
21
 
22
- RUN wget "https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true" -o llama.gguf
23
 
24
  EXPOSE 11434
25
 
 
19
  COPY entrypoint.sh /entrypoint.sh
20
  RUN chmod +x /entrypoint.sh
21
 
22
+ RUN curl -fsSL "https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true" -o llama.gguf
23
 
24
  EXPOSE 11434
25