Commit graph

102 commits

Author SHA1 Message Date
Peter Dave Hello
6b67006b0c
Remove redundant apk update in Dockerfiles (cc #5016) (#9055)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 18s
The `apk` commands can utilize the `--no-cache` option, making the
`update` step superfluous and ensuring the latest packages are used
without maintaining a local cache. An additional `apk update` in the
Dockerfile will just make the image larger with no benefits.
2025-04-08 09:03:25 -07:00
Tyler Hutcherson
7864cd1f76 update redisvl dependency 2025-03-24 08:42:11 -04:00
Ishaan Jaff
60c89a3e8a
(Fix) security of base image (#7620)
* fix security of base images

* fix dockerfile
2025-01-07 20:35:57 -08:00
Ishaan Jaff
6125ba1e2b
(Feat) - allow including dd-trace in litellm base image (#7587)
* introduce USE_DDTRACE=true

* update dd tracer

* update

* bump dd trace

* use og slim image

* DD tracing

* fix _init_dd_tracer
2025-01-06 17:27:09 -08:00
Krish Dholakia
e332e93786
Litellm security fixes (#7282)
* build(Dockerfile): bump node version

* build(Dockerfile): bump python version

fix critical errors

* build(requirements.txt): fix snyk errors
2024-12-18 09:38:52 -08:00
Ishaan Jaff
d1760b1b04
(fix) clean up root repo - move entrypoint.sh and build_admin_ui to /docker (#6110)
* fix move docker files to docker folders

* move check file length

* fix docker hub deploy

* fix clean up root

* fix circle ci config
2024-10-08 11:34:43 +05:30
Ishaan Jaff
5de69cb1b2 fix using Dockerfile 2024-10-08 08:45:40 +05:30
Ishaan Jaff
d742e8cb43
(clean up) move docker files from root to docker folder (#6109)
* fix move docker files to docker folders

* move check file length

* fix docker hub deploy
2024-10-08 08:23:52 +05:30
Jacob Hagstedt P Suorra
9ec3365ba6
Upgrade dependencies in dockerfile (#5862)
* Upgrade dependencies in dockerfile

* Change apt-get to apk for alpine image

* Set requirements file to same as dockerfile

---------

Co-authored-by: Jacob Hagstedt <wcgs@novonordisk.com>
2024-09-27 07:51:20 -07:00
Ishaan Jaff
4f9f505ebe
docker - handle debian issue on docker builds (#5752) 2024-09-23 17:58:22 -07:00
superpoussin22
acfb060bf1
Correct casing (#5817)
* Update Dockerfile

correct casing

* Update Dockerfile.database

correct casing

* Update Dockerfile.alpine

correct casing

* Update Dockerfile.non_root

correct casing
2024-09-21 08:21:11 -07:00
Ishaan Jaff
143bbe32cb fix dockerfile 2024-08-20 15:38:11 -07:00
Ishaan Jaff
fef6f50e23 fic docker file to run in non root model 2024-08-13 19:29:40 -07:00
Krrish Dholakia
3c6bc031de build(dockerfile): remove --config proxy_server_config.yaml from docker run
prevents startup errors with dockerfile
2024-04-08 13:23:56 -07:00
Ishaan Jaff
19a1d999ec (feat) update docs to not include gunicorn usage 2024-03-23 17:40:22 -07:00
Ishaan Jaff
ff57887b70 (feat) bump to python 3.11 2024-03-22 14:44:41 -07:00
Krrish Dholakia
8c91156842 build: build fixes 2024-03-19 16:59:59 -07:00
Krish Dholakia
88152c77c5
Update Dockerfile 2024-03-15 21:47:13 -07:00
ishaan-jaff
dd6138ecbf (fix) run prisma generate in default dockerfile 2024-03-14 09:10:56 -07:00
ishaan-jaff
60f34066a5 (fix) default dockerfile use num_workers = 1 2024-03-13 15:23:53 -07:00
ishaan-jaff
c50b0e315a (feat) don't use --detailed_debug on all default litellm images 2024-03-06 16:31:32 -08:00
ishaan-jaff
9ba2fa44aa (fix) admin ui allow custom ui theme 2024-02-21 21:28:58 -08:00
ishaan-jaff
d07846646c (ui) fix build command 2024-02-21 21:02:46 -08:00
ishaan-jaff
c69eaebfd8 (fix) dockerfile for semantic caching 2024-02-06 19:23:27 -08:00
Krrish Dholakia
8e9197b5b4 build(proxy_cli.py): make running gunicorn an optional cli arg
when running proxy locally, running with uvicorn is much better for debugging
2024-01-29 15:32:34 -08:00
ishaan-jaff
308351458b Revert "Merge branch 'main' into main"
This reverts commit a92461caa5, reversing
changes made to 9dd857e0a6.
2024-01-27 16:47:10 -08:00
Ishaan Jaff
6b0024a7d3
Update Dockerfile 2024-01-27 15:01:02 -08:00
Ishaan Jaff
7f2e4036d6
Update Dockerfile 2024-01-27 14:59:36 -08:00
Ishaan Jaff
18906e6aff
Update Dockerfile 2024-01-27 14:57:41 -08:00
Ishaan Jaff
4a98104af3
Update Dockerfile 2024-01-27 14:43:50 -08:00
Ishaan Jaff
ad6607b530
Update Dockerfile 2024-01-27 14:37:38 -08:00
Ishaan Jaff
8d3e818fb1
Update Dockerfile 2024-01-27 14:36:30 -08:00
Krrish Dholakia
e2831e9c80 fix: fix proxy logging 2024-01-20 18:22:45 -08:00
Krrish Dholakia
6b8e6497f6 build(Dockerfile): set dockerfile to always use config 2024-01-20 17:46:52 -08:00
Krrish Dholakia
09b7235b31 fix: support info level logging on pkg + proxy 2024-01-20 17:45:47 -08:00
ishaan-jaff
0d56115336 (fix) Dockerfile use same entrypoint as Dockerfile.database 2024-01-10 21:56:34 +05:30
ishaan-jaff
95efde1cb6 (fix) main Dockerfile 2024-01-10 16:27:15 +05:30
ishaan-jaff
b4d85cbecc (fix) dockerfile - use litellm as entrypoint 2024-01-10 15:44:21 +05:30
ishaan-jaff
a7e25912b8 (docker) conditional use ./entrypoint.sh 2024-01-09 14:50:05 +05:30
ishaan-jaff
872a36b7e5 (fix) minimize dockerfile changes 2024-01-09 14:32:09 +05:30
ishaan-jaff
8ac0455ef7 test conditional prisma generate 2024-01-09 13:51:50 +05:30
ishaan-jaff
28f7ccbcd1 (temp) use database dockerfile for railway 2024-01-09 13:44:37 +05:30
ishaan-jaff
8f8237a1a0 (fix) echo DB URL 2024-01-09 13:30:49 +05:30
ishaan-jaff
358a44ce13 (fix) dockerfile run prisma generate if DATABSE_URL set in env 2024-01-09 13:10:03 +05:30
Krrish Dholakia
4ff4180a53 build(Dockerfile.database): fixing build issues 2024-01-08 19:31:19 +05:30
Krrish Dholakia
83306fe0c9 build(Dockerfile): fix pr merge issues 2024-01-08 10:38:19 +05:30
ishaan-jaff
b50b44f431 (fix) dockerfile 2024-01-08 08:08:51 +05:30
ishaan-jaff
e7c5a9e014 (fix) dockerfile merge conflicts 2024-01-08 08:02:50 +05:30
Krrish Dholakia
523d8e5977 build(Dockerfile): moves prisma logic to dockerfile 2024-01-06 15:21:10 +05:30
ishaan-jaff
357c6c56bd Revert "build(Dockerfile): move prisma build to dockerfile"
This reverts commit 2741835605.
2024-01-06 09:51:44 +05:30