mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
* Add back in non root image fixes (#7781) * Add back in non root image fixes * Fix dockerfile * Fix perms * Add in container structure tests for the nonroot image (#7796) * feat(helm): add securityContext and pull policy values to migration job (#7652) * fix(helm): corrected indentation in migration-job.yaml * feat(helm): add securityContext and pull policy values to migration job * fix confusing save button label (#7778) * [integrations/lunary] Improve Lunary documentaiton (#7770) * update lunary doc * better title * tweaks * Update langchain.md * Update lunary_integration.md * Fix wrong URL for internal user invitation (#7762) * format * done * Update instructor tutorial (#7784) * Add in container structure tests for the nonroot image --------- Co-authored-by: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com> Co-authored-by: Hugues Chocart <chocart.hugues@icloud.com> Co-authored-by: Nikolaiev Dmytro <dima.nikol.99@gmail.com> --------- Co-authored-by: Rajat Vig <rajatvig@users.noreply.github.com> Co-authored-by: Zackeus Bengtsson <32719220+Hexoplon@users.noreply.github.com> Co-authored-by: yujonglee <yujonglee.dev@gmail.com> Co-authored-by: Hugues Chocart <chocart.hugues@icloud.com> Co-authored-by: Nikolaiev Dmytro <dima.nikol.99@gmail.com>
18 lines
425 B
YAML
18 lines
425 B
YAML
schemaVersion: 2.0.0
|
|
|
|
metadataTest:
|
|
entrypoint: ["docker/prod_entrypoint.sh"]
|
|
user: "nobody"
|
|
workdir: "/app"
|
|
|
|
fileExistenceTests:
|
|
- name: "Prisma Folder"
|
|
path: "/usr/local/lib/python3.13/site-packages/prisma/"
|
|
shouldExist: true
|
|
uid: 65534
|
|
gid: 65534
|
|
- name: "Prisma Schema"
|
|
path: "/usr/local/lib/python3.13/site-packages/prisma/schema.prisma"
|
|
shouldExist: true
|
|
uid: 65534
|
|
gid: 65534
|