Skip to content

Commit

Permalink
[SD] Added rclone to Dockerfile (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadki authored Jul 2, 2024
1 parent 6f8fac5 commit 3a6a379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable_diffusion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a6a379

Please sign in to comment.