We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5076517 commit ce61348Copy full SHA for ce61348
Dockerfile
@@ -11,7 +11,8 @@ ARG PYTHON_VERSION="3.12"
11
12
USER root
13
14
-RUN apk add --no-cache mesa-gl glib shadow \
+RUN apk add --no-cache mesa-gl glib shadow tesseract-ocr \
15
+ tesseract-ocr-data-eng tesseract-ocr-data-kor \
16
&& useradd -m -u ${NB_UID} -s /bin/sh ${NB_USER}
17
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
18
0 commit comments