Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ RUN curl https://ollama.ai/install.sh | sh
|
|
8 |
# Create the directory and give appropriate permissions
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
10 |
|
|
|
|
|
11 |
# Command to run the application
|
12 |
CMD ollama serve
|
13 |
|
|
|
8 |
# Create the directory and give appropriate permissions
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
10 |
|
11 |
+
WORKDIR /.ollama
|
12 |
+
|
13 |
# Command to run the application
|
14 |
CMD ollama serve
|
15 |
|