Spaces:
Running
Running
fix: install reportlab in Dockerfile
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~=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 |
|