Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ RUN curl https://ollama.ai/install.sh | sh
|
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
10 |
|
11 |
COPY ./TamilLlama_Modelfile /.ollama/TamilLlama_Modelfile
|
|
|
12 |
|
13 |
# Command to run the application
|
14 |
CMD ollama serve
|
|
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
10 |
|
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
|