zhengr commited on
Commit
75e918d
·
verified ·
1 Parent(s): 555e1a5

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.5.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:latest
41
 
42
  RUN apt update && apt install -y python3 && apt install -y python3-pip
43