leonarb commited on
Commit
937ceae
·
verified ·
1 Parent(s): 2140b20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ WORKDIR /app
28
 
29
  # Copy requirements and install Python packages
30
  COPY requirements.txt .
31
- RUN pip install --upgrade pip && pip install -r requirements.txt
32
 
33
  # Copy rest of the application
34
  COPY . .
 
28
 
29
  # Copy requirements and install Python packages
30
  COPY requirements.txt .
31
+ RUN pip install -r requirements.txt
32
 
33
  # Copy rest of the application
34
  COPY . .