Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install Atlas in Coordinator's Docker container (#1472)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Install Atlas in the Coordinator's Docker container and copy the migrations. This makes it easy to run migrations before deploys. - Removed bash autocomplete from the Coordinator's Dockerfile. ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python, `yarn test` for js - [x] Manually built the image, ran it, and ran migrations against a fresh database running locally in postgres ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?*
- Loading branch information