1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-10-05 19:00:14 +02:00
This commit is contained in:
Sébastien Thuret 2022-04-06 14:27:55 +02:00
parent ba32595a43
commit 118924f897
No known key found for this signature in database
GPG Key ID: 230B93BBA62CB043

View File

@ -55,4 +55,4 @@ jobs:
run: docker build -t libretranslate .
- name: Docker build with some models
run: docker build -t libretranslate --build-args models=en,es .
run: docker build -t libretranslate --build-arg models=en,es .