acecalisto3 commited on
Commit
02bd395
·
verified ·
1 Parent(s): 7ea1104

Update dockerfile.yml

Browse files
Files changed (1) hide show
  1. dockerfile.yml +1 -1
dockerfile.yml CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9-slim-buster
5
  WORKDIR /app
6
 
7
  COPY . .
8
-
9
  RUN pip install -r requirements.txt
10
 
11
  CMD ["python", "app.py"]
 
5
  WORKDIR /app
6
 
7
  COPY . .
8
+ python -m pip install --upgrade pip
9
  RUN pip install -r requirements.txt
10
 
11
  CMD ["python", "app.py"]