Commit graph

11 commits

Author SHA1 Message Date
Peter Dave Hello 7722984df5 Update Dockerfile base image to Python v3.11.9 2024-05-01 17:57:27 +08:00
Cyril Levis 3bfb8342a0
fix: also change entrypoint 2024-03-06 16:30:28 +01:00
Cyril Levis b25ed7aae4
fix: make libretranslate with ipv6 2024-03-06 10:37:47 +01:00
Jean-Michel b3d6815323 moved ltmanage to /usr/bin 2024-01-24 16:36:18 -05:00
Jean-Michel 929002b0c6 ltmanage in bin
This allows using the api key instructions from the readme as-is in the docker container.
2024-01-24 16:05:01 -05:00
Piero Toffanin 7be612419b Pin torch to 2.0.1 2023-10-29 21:40:23 -04:00
Peter Dave Hello 842a2860af Optimize pip install in Dockerfile to minimize image size 2023-05-22 23:28:24 +08:00
Peter Dave Hello 6c5f27d7f1 Speed up Docker image build and make image smaller
Run `apt-get upgrade` right after `apt-get install`, instead of cleaning
up apt index first, do `apt-get update` again, then `apt-get upgrade`.

This will save some build time and disk space, because it didn't clean
up apt index after the `apt-get upgrade` before.
2023-05-22 22:57:38 +08:00
Sébastien T 4dc7372a20 upgrade Babel & install torch without nvidia cuda 2023-04-02 18:58:43 +02:00
Sébastien T a59aaff57b upgrade image 2023-04-02 18:58:11 +02:00
Piero Toffanin 256e63f535 Do not hide docker folder 2023-01-13 10:24:56 -05:00
Renamed from .docker/Dockerfile (Browse further)