https://github.com/code-kern-ai/refinery-submodule-parent-images
Submodule which contains the requirements of the different parent images of refinery.
https://github.com/code-kern-ai/refinery-submodule-parent-images
Last synced: 11 days ago
JSON representation
Submodule which contains the requirements of the different parent images of refinery.
- Host: GitHub
- URL: https://github.com/code-kern-ai/refinery-submodule-parent-images
- Owner: code-kern-ai
- License: apache-2.0
- Created: 2022-11-10T13:59:14.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2026-06-15T11:07:44.000Z (19 days ago)
- Last Synced: 2026-06-15T13:08:02.463Z (18 days ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# refinery-submodule-parent-images
## parent images
### mini
The mini parent image is based on the python-alpine image.
It is designed for the smallest services, which are part of refinery and need only a small set of requirements.
Services:
- refinery-authorizer
- refinery-gateway-proxy
### common
The common parent images is based on the python-slim image.
It contains all requirements contained in the mini image and also the most common requirements of the different services.
- refinery-gateway
- refinery-model-provider
- refinery-neural-search
- refinery-tokenizer
- refinery-weak-supervisor
### exec-env
The exec-env parent image is based on the python-slim image.
It contains all requirements which are needed for the execution environments.
Services:
- refinery-ac-exec-env
- refinery-lf-exec-env
### torch-cpu
Extends the common image with an installation of torch with cpu support.
Services:
- refinery-embedder
- refinery-ml-exec-env
### torch-cuda
Extends the common image with an installation of torch with cuda support.
Same services as torch-cpu
### next
The next parent image is used for ui services based on NextJS and use Node 18.
Services:
- admin-dashboard