nihardon commited on
Commit
41fb684
·
verified ·
1 Parent(s): db1b5af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10-slim
4
  RUN apt-get update && apt-get install -y \
5
  build-essential \
6
  curl \
 
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  # Install the pre-built wheel explicitly
 
4
  RUN apt-get update && apt-get install -y \
5
  build-essential \
6
  curl \
7
+ && pip install --upgrade pip \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  # Install the pre-built wheel explicitly