Akash4911 commited on
Commit
96b587c
·
1 Parent(s): d22ea9d

fix: update protobuf version to avoid pip conflict

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 reportlab
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>=5.26.1" python-magic email-validator reportlab
45
 
46
  COPY . .
47