Skip to content

Commit 3a6a379

Browse files
authored
[SD] Added rclone to Dockerfile (#752)
1 parent 6f8fac5 commit 3a6a379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable_diffusion/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
55

66
# apt dependencies
77
RUN apt-get update
8-
RUN apt-get install -y ffmpeg libsm6 libxext6
8+
RUN apt-get install -y ffmpeg libsm6 libxext6 rclone
99

1010
# Remove the opencv version shipped with the base image
1111
# https://github.com/opencv/opencv-python/issues/884

0 commit comments

Comments
 (0)