gruhit-patel commited on
Commit
b7c3fa6
·
1 Parent(s): 239290b

Updated Dockerfile

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