CerebriumAI / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voice-agent deploy error

Gitcqs opened this issue · comments

run cerebrium deploy
then result
TypeError: init() got an unexpected keyword argument 'docker_base_image_url'

Comment out the line docker_base_image_url in your cerebrium.yaml. The example doc mentions this feature is coming but its not super clear.

You need the docker_base_image_url in your cerebrium.toml in order to have the local Deepgram images on your instance. If you join our Slack or Discord community it would be best to message me there with your projectId so I can investigate

@Gitcqs Please check you have the latest cerebrium CLI version. It should be >=1.23.0. if not you might need to update your pip and run pip install --upgrade cerebrium