diff --git a/docker/Dockerfile b/docker/Dockerfile index 00c6095608..b36392be50 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ RUN docker/build.sh # ================================================================================================== # Final image -FROM debian:stable-slim +FROM debian:bookworm-slim LABEL maintainer="Sergey Alexandrovich " RUN apt-get update \ @@ -43,9 +43,13 @@ RUN apt-get update \ curl \ zstd \ build-essential \ - cmake + cmake \ + git -RUN pip3 install scikit-image==0.22.0 scipy==1.11.4 opencv-python numpy Pillow dlib==19.24.4 pyamg --break-system-packages +RUN pip3 install scikit-image==0.22.0 scipy==1.11.4 opencv-python numpy Pillow dlib==19.24.4 --break-system-packages + +# https://pushd.slack.com/archives/C07A4MNKDE2/p1755641040891479?thread_ts=1755542357.600459&cid=C07A4MNKDE2 +RUN pip3 install git+https://github.com/pyamg/pyamg.git@5e0224e2881faf93a9e62783a212e346d2979460 --break-system-packages COPY plugins/pushd-dither /opt/pushd-dither/