zhengr commited on
Commit
2333256
1 Parent(s): aa1eec5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.3.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