Skip to content

Commit

Permalink
Hide GPU branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jan 6, 2025
1 parent 9d5cc91 commit d39d85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ The architectures supported by this image are:
| arm64 || arm64v8-\<version tag\> |
| armhf || |

## Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

| Tag | Available | Description |
| :----: | :----: |--- |
| latest || Stable releases |
| gpu || Releases with Nvidia GPU support (amd64 only) |

## Application Setup

For use with Home Assistant [Assist](https://www.home-assistant.io/voice_control/voice_remote_local_assistant/), add the Wyoming integration and supply the hostname/IP and port that piper is running add-on."
Expand Down Expand Up @@ -311,6 +302,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **26.11.24:** - Add GPU branch.
* **18.07.24:** - Rebase to Ubuntu Noble.
* **25.11.23:** - Initial Release.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
development_versions: true
development_versions: false
development_versions_items:
- {tag: "latest", desc: "Stable releases"}
- {tag: "gpu", desc: "Releases with Nvidia GPU support (amd64 only)"}
Expand Down Expand Up @@ -84,6 +84,6 @@ init_diagram: |
"piper:latest" <- Base Images
# changelog
changelogs:
- {date: "26.11.24:", desc: "Add GPU branch."}
#- {date: "26.11.24:", desc: "Add GPU branch."}
- {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."}
- {date: "25.11.23:", desc: "Initial Release."}

0 comments on commit d39d85f

Please sign in to comment.