#Customizing docker images

1 messages · Page 1 of 1 (latest)

crude bronze
#

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

grizzled tiger
#

the Dockerfiles build the images, the compose files just organize it all together

crude bronze
#

Yes, I pushed my own image to github registry.

crude bronze
#

Thank you for creating this!