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