Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -23,9 +23,11 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
23 |
# Create the directory and give appropriate permissions
|
24 |
RUN mkdir /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
-
|
27 |
|
28 |
COPY id_ed25519 /.ollama
|
|
|
|
|
29 |
#
|
30 |
CMD ollama serve
|
31 |
|
|
|
23 |
# Create the directory and give appropriate permissions
|
24 |
RUN mkdir /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
+
|
27 |
|
28 |
COPY id_ed25519 /.ollama
|
29 |
+
|
30 |
+
RUN chmod 777 id_ed25519
|
31 |
#
|
32 |
CMD ollama serve
|
33 |
|