-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Overview
We've decided that the simplest way for people to get VLM-in-a-box up and running is to have them just run a docker command. The compose file for this should spin up everything that VLM-in-a-box's AnyVar instance needs.
Additionally, if VLM-in-a-box ends up needing any additional resources besides the ones required by AnyVar, this compose file should handle creating those as well. However, as of the creation of this ticket, I don't think we'll need anything extra for vlm-in-a-box, so we may end up being able to pretty much just copy/paste the AnyVar compose file?
Open Question: We've previously discussed the possibility of rolling the redis docker image required for async VCF processing into AnyVar's compose file by default. We haven't implemented that yet on the AnyVar side of things, but that may be something we want to do here?
Acceptance Criteria
- A docker compose file that spins up the resources necessary for:
- AnyVar's default functionality
- Maybe: AnyVar's async VCF processing? (i.e., a redis image)
- Maybe: Any other functionality required by VLM-in-a-box that's not handled by the above.