pvanand commited on
Commit
03f6e72
1 Parent(s): b71a521

Update Dockerfile

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