diff --git a/stable_diffusion/Dockerfile b/stable_diffusion/Dockerfile index 526da5558..54c559844 100644 --- a/stable_diffusion/Dockerfile +++ b/stable_diffusion/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive # apt dependencies RUN apt-get update -RUN apt-get install -y ffmpeg libsm6 libxext6 +RUN apt-get install -y ffmpeg libsm6 libxext6 rclone # Remove the opencv version shipped with the base image # https://github.com/opencv/opencv-python/issues/884