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