qgallouedec HF Staff commited on
Commit
916a7c7
·
verified ·
1 Parent(s): aa4d5d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && \
14
  COPY . /app
15
 
16
  # Install required dependencies
 
17
  RUN pip install -r requirements.txt
18
 
19
  # Default command to run the script
 
14
  COPY . /app
15
 
16
  # Install required dependencies
17
+ RUN pip install --upgrade pip
18
  RUN pip install -r requirements.txt
19
 
20
  # Default command to run the script