Spaces:
Sleeping
Sleeping
fix: update protobuf version to avoid pip conflict
Browse files- 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
|
| 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 |
|