Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ WORKDIR /.ollama
|
|
28 |
|
29 |
RUN ollama serve
|
30 |
#
|
|
|
31 |
|
32 |
# Copy the entry point script
|
33 |
#COPY entrypoint.sh /entrypoint.sh
|
|
|
28 |
|
29 |
RUN ollama serve
|
30 |
#
|
31 |
+
CMD ollama serve
|
32 |
|
33 |
# Copy the entry point script
|
34 |
#COPY entrypoint.sh /entrypoint.sh
|