CerebriumAI / examples

324 stars 40 forks source link

voice-agent deploy error #35

Closed Gitcqs closed 1 week ago

Gitcqs commented 2 weeks ago

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

aos-musculo commented 2 weeks ago

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.

milo157 commented 1 week ago

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

milo157 commented 1 week ago

@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