https://github.com/code-kern-ai/refinery-parent-images
https://github.com/code-kern-ai/refinery-parent-images
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-kern-ai/refinery-parent-images
- Owner: code-kern-ai
- License: apache-2.0
- Created: 2022-10-19T13:25:00.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-14T12:48:54.000Z (12 months ago)
- Last Synced: 2024-11-10T15:07:22.633Z (6 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# refinery-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-config
- refinery-doc-ock
- 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-updater
- 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
- refinery-record-ide-env### torch-cpu
Extends the common image with an installation of torch with cpu support.Services:
- refinery-embedder
- refinery-ml-exec-env
- refinery-zero-shot### torch-cuda
Extends the common image with an installation of torch with cuda support.Same services as torch-cpu