Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -24,9 +24,7 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
24 |
RUN mkdir /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
RUN ollama serve
|
30 |
#
|
31 |
CMD ollama serve
|
32 |
|
|
|
24 |
RUN mkdir /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
|
27 |
+
COPY id_ed25519.pub /.ollama
|
|
|
|
|
28 |
#
|
29 |
CMD ollama serve
|
30 |
|