mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update libretranslate to v1.6.0 (#1263)
This commit is contained in:
parent
c925a08ae9
commit
0d0e4728ff
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 5000
|
APP_PORT: 5000
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
main:
|
main:
|
||||||
image: libretranslate/libretranslate:v1.5.7@sha256:f2ac0b1944da971b3bf1344ec02842800883f2046cdefa868d7dc46a9dff6ed8
|
image: libretranslate/libretranslate:v1.6.0@sha256:9c82daffc4d4e79129f21c00ef3183bdef7d5d3e305accacd689d946f7b0dfa9
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
## Log to docker compose logs. This allows you to see the model download progress when first installing.
|
## Log to docker compose logs. This allows you to see the model download progress when first installing.
|
||||||
|
@ -25,4 +25,4 @@ services:
|
||||||
## - LT_LOAD_ONLY=en,fr
|
## - LT_LOAD_ONLY=en,fr
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/api_keys:/app/db
|
- ${APP_DATA_DIR}/data/api_keys:/app/db
|
||||||
- ${APP_DATA_DIR}/data/models:/home/libretranslate/.local:rw
|
- ${APP_DATA_DIR}/data/models:/home/libretranslate/.local:rw
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: libretranslate
|
id: libretranslate
|
||||||
category: ai
|
category: ai
|
||||||
name: LibreTranslate
|
name: LibreTranslate
|
||||||
version: "1.5.7"
|
version: "1.6.0"
|
||||||
tagline: Free and Open Source machine translation API
|
tagline: Free and Open Source machine translation API
|
||||||
description: >-
|
description: >-
|
||||||
⚠️ This app may take up to 10 minutes or more to become accessible after installation, depending on your hardware and internet connection. LibreTranslate must first download around 10 GB of translation models in the background before the UI becomes available. Please be patient.
|
⚠️ This app may take up to 10 minutes or more to become accessible after installation, depending on your hardware and internet connection. LibreTranslate must first download around 10 GB of translation models in the background before the UI becomes available. Please be patient.
|
||||||
|
@ -27,4 +27,13 @@ defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
submitter: highghlow
|
submitter: highghlow
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/1040
|
submission: https://github.com/getumbrel/umbrel/pull/1040
|
||||||
releaseNotes: ""
|
releaseNotes: >-
|
||||||
|
This update includes several improvements and new features:
|
||||||
|
- Updated Argos Translate to v1.9.4.
|
||||||
|
- Updated Dockerfile base image to Python v3.11.9.
|
||||||
|
- Upgraded to Argos Translate v1.9.6.
|
||||||
|
- Updated CUDA Dockerfile to CUDA 12.
|
||||||
|
- Added support for alternative translations.
|
||||||
|
|
||||||
|
|
||||||
|
Full release notes are found at https://github.com/LibreTranslate/LibreTranslate/releases.
|
Loading…
Reference in New Issue
Block a user