File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Dependencies
30
30
run : |
31
31
sudo apt-get update
32
- sudo apt-get install build-essential ffmpeg protobuf-compiler
32
+ sudo apt-get install build-essential ffmpeg protobuf-compiler ccache
33
33
- name : Install CUDA Dependencies
34
34
run : |
35
35
curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
86
86
cache : false
87
87
- name : Dependencies
88
88
run : |
89
- sudo apt-get install -y --no-install-recommends libopencv-dev protobuf-compiler
89
+ sudo apt-get install -y --no-install-recommends libopencv-dev protobuf-compiler ccache
90
90
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
91
91
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
92
92
- name : Build stablediffusion
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ARG GO_TAGS="stablediffusion tinydream tts"
19
19
RUN apt-get update && \
20
20
apt-get install -y --no-install-recommends \
21
21
build-essential \
22
+ ccache \
22
23
ca-certificates \
23
24
cmake \
24
25
curl \
You can’t perform that action at this time.
0 commit comments