yeswanthvarma commited on
Commit
32b59cd
·
verified ·
1 Parent(s): 986c935

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -9,8 +9,12 @@ ENV HOME=/tmp
9
  RUN apt-get update && apt-get install -y \
10
  libgl1 \
11
  libglib2.0-0 \
 
 
 
12
  && rm -rf /var/lib/apt/lists/*
13
 
 
14
  # Pre-create the EasyOCR directory
15
  RUN mkdir -p /tmp/.easyocr && chmod -R 777 /tmp/.easyocr
16
 
 
9
  RUN apt-get update && apt-get install -y \
10
  libgl1 \
11
  libglib2.0-0 \
12
+ libsm6 \
13
+ libxext6 \
14
+ libxrender-dev \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
+
18
  # Pre-create the EasyOCR directory
19
  RUN mkdir -p /tmp/.easyocr && chmod -R 777 /tmp/.easyocr
20