jithenderchoudary commited on
Commit
0d09737
·
verified ·
1 Parent(s): 87f77b6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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