Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY ollama.sh /app
|
|
7 |
RUN python -m venv venv && \
|
8 |
. /app/venv/bin/activate
|
9 |
|
10 |
-
RUN chmod +x
|
11 |
|
12 |
# Install Ollama
|
13 |
RUN curl https://ollama.ai/install.sh | sh
|
|
|
7 |
RUN python -m venv venv && \
|
8 |
. /app/venv/bin/activate
|
9 |
|
10 |
+
RUN chmod +x ollama.sh
|
11 |
|
12 |
# Install Ollama
|
13 |
RUN curl https://ollama.ai/install.sh | sh
|