We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8fac5 commit 3a6a379Copy full SHA for 3a6a379
stable_diffusion/Dockerfile
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
5
6
# apt dependencies
7
RUN apt-get update
8
-RUN apt-get install -y ffmpeg libsm6 libxext6
+RUN apt-get install -y ffmpeg libsm6 libxext6 rclone
9
10
# Remove the opencv version shipped with the base image
11
# https://github.com/opencv/opencv-python/issues/884
0 commit comments