abhinand commited on
Commit
e49906b
1 Parent(s): 569a689

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN mkdir -p /.ollama && chmod 777 /.ollama
11
  COPY ./TamilLlama_Modelfile /.ollama/TamilLlama_Modelfile
12
  RUN curl -L https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1-gguf/resolve/main/tamil-llama-7b-v0.1-q4_k_m.gguf -o /.ollama/tamil-llama-7b-v0.1-q4_k_m.gguf
13
 
 
 
14
  # Command to run the application
15
  CMD ollama serve
16
 
 
11
  COPY ./TamilLlama_Modelfile /.ollama/TamilLlama_Modelfile
12
  RUN curl -L https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1-gguf/resolve/main/tamil-llama-7b-v0.1-q4_k_m.gguf -o /.ollama/tamil-llama-7b-v0.1-q4_k_m.gguf
13
 
14
+ WORKDIR /.ollama
15
+
16
  # Command to run the application
17
  CMD ollama serve
18