Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN rm /etc/mysql/my.cnf && \

FROM build2 as build3
RUN apt-get -y install python3-pip && \
apt-get -y install libopenblas-dev liblapack-dev libblas-dev && \
apt-get -y install libopenblas-dev liblapack-dev libblas-dev libgeos-dev && \
pip3 install future && \
pip3 install /root/zmeventnotification && \
pip3 install face_recognition && \
Expand Down