Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ RUN curl https://ollama.ai/install.sh | sh
|
|
12 |
|
13 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
14 |
|
|
|
|
|
15 |
WORKDIR /.ollama
|
16 |
|
17 |
COPY entrypoint.sh /entrypoint.sh
|
|
|
12 |
|
13 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
14 |
|
15 |
+
COPY ./Modelfile /.ollama/Modelfile
|
16 |
+
|
17 |
WORKDIR /.ollama
|
18 |
|
19 |
COPY entrypoint.sh /entrypoint.sh
|