johnpaulbin commited on
Commit
9587bf3
1 Parent(s): 198685d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,6 +17,6 @@ COPY --chown=user:user Modelfile $HOME/app/
17
 
18
  RUN curl -fsSL https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true -o llama.gguf
19
 
20
- RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
21
 
22
  EXPOSE 11434
 
17
 
18
  RUN curl -fsSL https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true -o llama.gguf
19
 
20
+ RUN ollama serve & sleep 5 && ollama create translator -f Modelfile && ollama run translator
21
 
22
  EXPOSE 11434