pvanand commited on
Commit
b71a521
1 Parent(s): e3b10d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY . .
7
  # Set the working directory to /
8
  WORKDIR /
9
 
 
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
 
7
  # Set the working directory to /
8
  WORKDIR /
9
 
10
+ RUN pip install --upgrade pip
11
  # Install requirements.txt
12
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
13