Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN curl https://ollama.ai/install.sh | sh
|
|
23 |
# Create the directory and give appropriate permissions
|
24 |
RUN mkdir -p /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
-
|
27 |
#WORKDIR /.ollama
|
28 |
|
29 |
CMD ollama serve
|
|
|
23 |
# Create the directory and give appropriate permissions
|
24 |
RUN mkdir -p /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
+
|
27 |
#WORKDIR /.ollama
|
28 |
|
29 |
CMD ollama serve
|