Hi all, I'm having some trouble figuring out what exactly I need to customise in order to create my own docker images.
I'm using this repo: https://github.com/Pwd9000-ML/terraform-azurerm-openai-private-chatgpt
Which on this line: https://github.com/Pwd9000-ML/terraform-azurerm-openai-private-chatgpt/blob/master/examples/public_deployment_with_custom_domain/common.auto.tfvars#L133
Points to this docker image: ghcr.io/danny-avila/librechat-dev-api:81ff598eba338e680c91e237cea3e3df870bce23
If I fork the repository and run the docker dev images build github action, it wil create my own librechat-dev-api docker image. Is there more customization I need to do before running this? I started getting errors in my deployment as soon as I switched it which is why I wanted to check