vicliv commited on
Commit
6ffc361
·
1 Parent(s): 6dadbc1

removed tesseract, which was too heavy

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4
  git \
5
  libgl1 \
6
  libglib2.0-0 \
7
- tesseract-ocr \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  WORKDIR /code
 
4
  git \
5
  libgl1 \
6
  libglib2.0-0 \
 
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  WORKDIR /code