$ docker images | grep libretranslate
libretranslate/libretranslate latest 210f515faa80 9 days ago 4.13GB
And:
Updating language models
Found 42 models
Downloading Arabic → English (1.0) ...
Downloading Chinese → English (1.1) ...
Downloading Dutch → English (1.4) ...
Downloading English → Arabic (1.0) ...
... This is a rather expensive piece of infa. How long did it take to download all the language models? Can they be downloaded and store in a volume? 🤔 The image size itself is insane 😱
\n$ docker images | grep libretranslate\nlibretranslate/libretranslate latest 210f515faa80 9 days ago 4.13GB\n
\n\nAnd:\n\n\nUpdating language models\nFound 42 models\nDownloading Arabic → English (1.0) ...\nDownloading Chinese → English (1.1) ...\nDownloading Dutch → English (1.4) ...\nDownloading English → Arabic (1.0) ...\n
\n\n... This is a rather expensive piece of infa. How long did it take to download all the language models? Can they be downloaded and store in a volume? 🤔 The image size itself is insane 😱
$ docker images | grep libretranslate
libretranslate/libretranslate latest 210f515faa80 9 days ago 4.13GB
And:
Updating language models
Found 42 models
Downloading Arabic → English (1.0) ...
Downloading Chinese → English (1.1) ...
Downloading Dutch → English (1.4) ...
Downloading English → Arabic (1.0) ...
... This is a rather expensive piece of infa. How long did it take to download all the language models? Can they be downloaded and store in a volume? 🤔 The image size itself is insane 😱
docker stats
on the container returns:\n\nCONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS\neb3740950384 clever_maxwell 0.01% 73.93MiB / 15.52GiB 0.47% 3.81GB / 108MB 1.17GB / 0B 53\n\nIt's been up for two weeks with minimal usage afaik.