Imsachinsingh00 commited on
Commit
f01b623
·
verified ·
1 Parent(s): d01239f

Update Dockerfile

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