Commit Graph

14 Commits

Author SHA1 Message Date
Piero Toffanin f93459af3c Do not use gunicorn with CUDA 2025-12-05 12:55:27 -05:00
Piero Toffanin cf01bbf76a Add gunicorn to docker setup 2025-12-04 00:22:41 -05:00
Ente 24d88d162c Change the default for ARGOS_DEVICE_TYPE to auto 2025-01-19 09:41:49 +01:00
justin_driggers 65c64e065c removed non-functional pip command 2024-08-05 20:45:36 -04:00
justin_driggers 2e5af544c4 cuda dockerfile does not have a "venv/" folder 2024-07-23 14:17:21 -04:00
silentoplayz e6e851821b Update cuda.Dockerfile
Added numpy<2 package
2024-07-05 02:23:45 +00:00
Savion Lee 16ae59aa43 Update cuda.Dockerfile to CUDA 12 2024-05-06 14:06:40 -05: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
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 6a9c34d408 prevent install all models 2023-04-03 10:39:52 +02:00
Sébastien T 24fb27dfe4 upgrade babel 2023-04-03 10:39:00 +02:00
Piero Toffanin 256e63f535 Do not hide docker folder 2023-01-13 10:24:56 -05:00