Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -22,8 +22,10 @@ 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 |
CMD ollama serve
|
26 |
-
#
|
27 |
|
28 |
# Copy the entry point script
|
29 |
#COPY entrypoint.sh /entrypoint.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 |
+
#
|
29 |
|
30 |
# Copy the entry point script
|
31 |
#COPY entrypoint.sh /entrypoint.sh
|