shayan5422 commited on
Commit
43d7409
·
verified ·
1 Parent(s): 038607d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
17
 
18
  COPY requirements.txt ./
19
  # Install Python dependencies before copying application code to leverage Docker caching
20
- RUN pip3 install -r requirements.txt
21
 
22
  COPY src/ ./src/
23
 
 
17
 
18
  COPY requirements.txt ./
19
  # Install Python dependencies before copying application code to leverage Docker caching
20
+ RUN pip3 install --verbose -r requirements.txt
21
 
22
  COPY src/ ./src/
23