Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|