Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libretranslate to version v1.6.0 #1263

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libretranslate/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in libretranslate/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "main"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 5000
PROXY_AUTH_ADD: "false"
main:
image: libretranslate/libretranslate:v1.5.7@sha256:f2ac0b1944da971b3bf1344ec02842800883f2046cdefa868d7dc46a9dff6ed8
image: libretranslate/libretranslate:v1.6.0@sha256:9c82daffc4d4e79129f21c00ef3183bdef7d5d3e305accacd689d946f7b0dfa9
restart: on-failure

## Log to docker compose logs. This allows you to see the model download progress when first installing.
Expand All @@ -25,4 +25,4 @@
## - LT_LOAD_ONLY=en,fr
volumes:
- ${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
13 changes: 11 additions & 2 deletions libretranslate/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: libretranslate
category: ai
name: LibreTranslate
version: "1.5.7"
version: "1.6.0"
tagline: Free and Open Source machine translation API
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.
Expand All @@ -27,4 +27,13 @@ defaultUsername: ""
defaultPassword: ""
submitter: highghlow
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.