File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
59
59
apt-get update && \
60
60
# Needed by lightGBM (GPU build)
61
61
# https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#build-lightgbm
62
- apt-get install -y build-essential unzip cmake libboost-dev libboost-system-dev libboost-filesystem-dev && \
62
+ apt-get install -y build-essential unzip cmake libboost-dev libboost-system-dev libboost-filesystem-dev p7zip-full && \
63
63
# b/182601974: ssh client was removed from the base image but is required for packages such as stable-baselines.
64
64
apt-get install -y openssh-client && \
65
65
/tmp/clean-layer.sh
@@ -528,9 +528,6 @@ RUN mkdir -p /root/.EasyOCR/model && \
528
528
rm /root/.EasyOCR/model/craft_mlt_25k.zip && \
529
529
/tmp/clean-layer.sh
530
530
531
- # Add 7z support
532
- RUN apt-get install -y p7zip-full
533
-
534
531
# Tesseract and some associated utility packages
535
532
RUN apt-get install tesseract-ocr -y && \
536
533
pip install pytesseract && \
You can’t perform that action at this time.
0 commit comments