Skip to content

Commit bed4417

Browse files
committed
update deps
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 89eddda commit bed4417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Dependencies
2929
run: |
3030
sudo apt-get update
31-
sudo apt-get install build-essential ffmpeg
31+
sudo apt-get install build-essential ffmpeg libabsl-dev
3232
- name: Build
3333
id: build
3434
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV GALLERIES='[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/i
1616
ARG GO_TAGS="stablediffusion tts"
1717

1818
RUN apt-get update && \
19-
apt-get install -y ca-certificates cmake curl patch pip
19+
apt-get install -y ca-certificates cmake curl patch pip libabsl-dev
2020

2121
# Use the variables in subsequent instructions
2222
RUN echo "Target Architecture: $TARGETARCH"

0 commit comments

Comments
 (0)