File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN cpanm Selenium::Remote::Driver@1.49
9696
9797# INSTALL OPENCV IMAGING LIBRARY
9898
99- RUN apt-get install -y python3-dev python3-pip python3-numpy libgtk2.0-dev libgtk-3-0 libgtk-3-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libxvidcore-dev libatlas-base-dev gfortran libgdal-dev exiftool libzbar-dev zbar-tools cmake
99+ RUN apt-get install -y python3-dev python3-pip python3-numpy libgtk2.0-dev libgtk-3-0 libgtk-3-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libxvidcore-dev libatlas-base-dev gfortran libgdal-dev exiftool libzbar-dev zbar-tools libbarcode-zbar-perl cmake
100100
101101RUN pip3 install --upgrade pip
102102RUN pip3 install grpcio==1.40.0 imutils numpy matplotlib pillow statistics PyExifTool pytz pysolar scikit-image packaging pyzbar pandas opencv-python \
@@ -127,7 +127,7 @@ COPY sgn_local.conf /home/production/cxgn/sgn/sgn_local.conf
127127#
128128RUN cd /home/production/cxgn/gtsimsrch/src; make; cd -;
129129RUN cd /home/production/cxgn/sgn/programs/; make; cd -;
130-
130+
131131# npm install needs a non-root user (new in latest version)
132132#
133133RUN adduser --disabled-password --gecos "" -u 1250 production && chown -R production /home/production
You can’t perform that action at this time.
0 commit comments