Sadiksmart0 commited on
Commit
64374b9
·
verified ·
1 Parent(s): 74d8f71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- FROM python:3.9-slim
2
-
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y curl && \
5
  curl -fsSL https://ollama.ai/install.sh | sh && \
 
1
+ FROM python:3.10-slim
2
+ RUN pip install --upgrade pip
3
  # Install system dependencies
4
  RUN apt-get update && apt-get install -y curl && \
5
  curl -fsSL https://ollama.ai/install.sh | sh && \