ym59 commited on
Commit
2d903ec
·
verified ·
1 Parent(s): f039ac0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
21
  COPY requirements.txt .
22
 
23
  # Install Python dependencies
24
- RUN pip install --no-cache-dir flask gunicorn \
25
  && pip install --no-cache-dir -r requirements.txt
26
 
27
  # Copy application files
 
21
  COPY requirements.txt .
22
 
23
  # Install Python dependencies
24
+ RUN pip install --no-cache-dir --upgrade pip \
25
  && pip install --no-cache-dir -r requirements.txt
26
 
27
  # Copy application files