Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
21 |
|
22 |
|
23 |
# Create the directory and give appropriate permissions
|
24 |
-
|
25 |
RUN chmod 777 /.ollama
|
26 |
|
27 |
WORKDIR /.ollama
|
|
|
21 |
|
22 |
|
23 |
# Create the directory and give appropriate permissions
|
24 |
+
RUN mkdir /.ollama
|
25 |
RUN chmod 777 /.ollama
|
26 |
|
27 |
WORKDIR /.ollama
|