Szczotar93
commited on
Commit
•
737efc7
1
Parent(s):
31eca6b
Update handler.py
Browse files- handler.py +2 -2
handler.py
CHANGED
@@ -9,8 +9,8 @@ import os
|
|
9 |
# run("apt install -y tesseract-ocr", shell=True, check=True)
|
10 |
# run("pip install pytesseract", shell=True, check=True)
|
11 |
|
12 |
-
subprocess.check_call("
|
13 |
-
subprocess.check_call("
|
14 |
|
15 |
subprocess.check_call("mkdir -p /var/lib/dpkg", shell = True)
|
16 |
subprocess.check_call("id",shell = True)
|
|
|
9 |
# run("apt install -y tesseract-ocr", shell=True, check=True)
|
10 |
# run("pip install pytesseract", shell=True, check=True)
|
11 |
|
12 |
+
subprocess.check_call("sudo apt-get update", shell = True)
|
13 |
+
subprocess.check_call("sudo apt-get install git-lfs" ,shell = True)
|
14 |
|
15 |
subprocess.check_call("mkdir -p /var/lib/dpkg", shell = True)
|
16 |
subprocess.check_call("id",shell = True)
|