Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
|
38 |
# Expose the server port
|
39 |
# Use the official Ollama Docker image as the base image
|
40 |
-
FROM ollama/ollama:0.
|
41 |
|
42 |
RUN apt update && apt install -y python3 && apt install -y python3-pip
|
43 |
|
|
|
37 |
|
38 |
# Expose the server port
|
39 |
# Use the official Ollama Docker image as the base image
|
40 |
+
FROM ollama/ollama:0.2.1
|
41 |
|
42 |
RUN apt update && apt install -y python3 && apt install -y python3-pip
|
43 |
|