Meet Radadiya commited on
Commit
5c1c4fc
·
1 Parent(s): 46cb413

Change in DockerFile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
16
 
17
  # Install Python dependencies
18
  COPY requirements.txt .
 
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy project files
 
16
 
17
  # Install Python dependencies
18
  COPY requirements.txt .
19
+ RUN pip install --upgrade pip
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Copy project files