Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -2,4 +2,7 @@ gradio==3.1.4
|
|
| 2 |
pandas==1.3.3
|
| 3 |
pdfplumber==0.5.28
|
| 4 |
openpyxl==3.0.9
|
|
|
|
|
|
|
|
|
|
| 5 |
|
|
|
|
| 2 |
pandas==1.3.3
|
| 3 |
pdfplumber==0.5.28
|
| 4 |
openpyxl==3.0.9
|
| 5 |
+
docker build --no-cache -t your_image_name .
|
| 6 |
+
docker run -p 7860:7860 your_image_name
|
| 7 |
+
|
| 8 |
|