Commit Graph

28 Commits

Author SHA1 Message Date
Peter Dave Hello 99c41c7e34 Optimize Dockerfile to reduce image size and improve build efficiency
- Merge apt-related RUN commands in builder and final stages
- Remove redundant apt-get clean (automatically handled by base image)
- Consolidate cleanup operations within the same layer for effective
  size reduction

Reference:
- https://docs.docker.com/build/building/best-practices/#apt-get
2024-08-01 23:45:13 +08:00
Peter Dave Hello 9a04506b0d Optimize Dockerfile by unifying download tools to wget
Replace curl with wget to streamline the build process. Remove
unnecessary curl installation to reduce dependency complexity and
installation time.
2024-07-29 00:48:16 +08:00
Alex e5c30cf841 upgrade docker to 24.04 2024-06-19 11:45:37 +01:00
Alex 3f68e0d66f chore: Update Dockerfile 2024-05-12 22:33:43 +01:00
Fagner-lourenco 6924dd6df6 Update Dockerfile 2024-05-04 20:50:11 -03:00
Alex e693fe49a7 fix: fixed Dockerfile python path bug 2024-05-03 11:55:51 +01:00
Alex 7eaa32d85f remove gunicorn from final 2024-05-02 14:43:09 +01:00
Alex ab40d2c37a remove pip from final container 2024-05-01 14:11:16 +01:00
Alex 784206b39b chore: Update Dockerfile to use Ubuntu mantic as base image and upgrade gunicorn to version 22.0.0 2024-05-01 13:19:16 +01:00
Alex ee3ea7a970 Add wget and unzip packages to Dockerfile 2024-02-23 21:19:04 +00:00
Alex 2b644dbb01 Add Rust toolchain and download mpnet-base-v2.zip model 2024-02-23 21:15:26 +00:00
Alex 060c59e97d Update mpnet-base-v2.zip download URL 2024-01-09 11:41:25 +00:00
Alex b3461b7134 Add MPNet model and update vector store for Hugging Face embeddings 2024-01-09 11:39:32 +00:00
Alex 237975bfef fix: cve upgrades 2023-12-22 13:25:57 +00:00
Anton Larin 85f9ae5a0a fix packaging and imports and introduce tests with pytest.
still issues with celery worker.
2023-08-14 18:53:25 +02:00
Idan 2404899e28 Fixed request length bug, changed to as less used port 2023-06-23 14:56:14 +03:00
Alex d4ff6d4d7a minor fix 2023-06-15 17:40:58 +01:00
Alex 3d0c6eafec gpt4- compatable 2023-03-31 10:45:40 +01:00
Alex c4464455a1 cors + dependencies 2023-03-14 14:29:36 +00:00
Alex 5f4f55269e dependecies + default values 2023-03-07 18:37:21 +00:00
Alex ec61b80fd3 Update Dockerfile 2023-03-06 19:28:22 +00:00
Alex 133863e601 Update Dockerfile 2023-03-06 19:23:56 +00:00
Alex 3767b85958 Update Dockerfile 2023-03-06 19:10:20 +00:00
Alex 4f1e86d269 slimming 2023-03-06 18:34:48 +00:00
Alex 38e2459c7f new dockerfile with gunicorn and wsgi support 2023-02-28 11:59:37 +00:00
Alex bd1c9c2818 gunicorn 2023-02-25 19:20:09 +00:00
Alex 46f7dfc568 Update Dockerfile 2023-02-23 14:08:34 +00:00
Alex b71a9bf5ee init2 2023-02-03 12:45:29 +00:00