Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added EMBEDDING_MODEL to streamlit-app build #155

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

gecBurton
Copy link
Collaborator

@gecBurton gecBurton commented Mar 27, 2024

Context

This PR fixes a bug where it is not possible to run docker compose build streamlit-app because we made a breaking change to the download_model.py so that the --model_name is now required.

Changes proposed in this pull request

Following the pattern established in the other services the EMBEDDING_MODEL is now read from the .env and passed into the Dockerfile as an ARG

Guidance to review

Does docker compose build streamlit-app work locally?

Relevant links

Things to check

  • I have added any new ENV vars in all deployed environments
  • I have tested any code added or changed
  • I have run integration tests locally

@lmwilkigov lmwilkigov merged commit 9560d5a into main Mar 27, 2024
3 checks passed
@lmwilkigov lmwilkigov deleted the bugfix/streamlit-app-model branch March 27, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants