Commit graph

7 commits

Author SHA1 Message Date
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)