File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
3+ FROM ghcr.io/linuxserver/baseimage-ubuntu:resolute
44
55# set version label
66ARG BUILD_DATE
2222 python3 -m venv /lsiopy && \
2323 pip install -U --no-cache-dir \
2424 pip \
25- wheel && \
25+ setuptools && \
2626 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727 piper-tts \
2828 "wyoming-piper==${PIPER_VERSION}" && \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble
3+ FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-resolute
44
55# set version label
66ARG BUILD_DATE
2222 python3 -m venv /lsiopy && \
2323 pip install -U --no-cache-dir \
2424 pip \
25- wheel && \
25+ setuptools && \
2626 pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ \
2727 piper-tts \
2828 "wyoming-piper==${PIPER_VERSION}" && \
Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
300300
301301# # Versions
302302
303+ * ** 14.07.26:** - Rebase to Ubuntu Resolute.
303304* ** 29.08.25:** - Add support for local only mode.
304305* ** 10.08.25:** - Add streaming support.
305306* ** 18.07.24:** - Rebase to Ubuntu Noble.
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ init_diagram: |
8686 "piper:latest" <- Base Images
8787# changelog
8888changelogs :
89+ - {date: "14.07.26:", desc: "Rebase to Ubuntu Resolute."}
8990 - {date: "29.08.25:", desc: "Add support for local only mode."}
9091 - {date: "10.08.25:", desc: "Add streaming support."}
9192 - {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}
You can’t perform that action at this time.
0 commit comments