Akash4911 commited on
Commit
d22ea9d
·
1 Parent(s): 670836b

fix: install reportlab in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir "pyannote.audio>=3.1.0"
41
  RUN pip install --no-cache-dir c2pa-python
42
 
43
  # Step 7: Final Misc
44
- RUN pip install --no-cache-dir "protobuf~=4.25.3" python-magic email-validator
45
 
46
  COPY . .
47
 
 
41
  RUN pip install --no-cache-dir c2pa-python
42
 
43
  # Step 7: Final Misc
44
+ RUN pip install --no-cache-dir "protobuf~=4.25.3" python-magic email-validator reportlab
45
 
46
  COPY . .
47