Upload image container model - configure the model version

I have followed the tutorial “Integrate models → Models → Container models → Upload images with a container model”.

I have a problem in step 3 - configure the model version

After I pushed my model in a container I need to configure its version which requires to add a model adapter in ‘model details’.

I created an Adapter model in the project directory (using default after removing the markdowns), but when I select it I get the following error: “no model adapters found in the selected code repository”.

without adding a model adapter i cannot continue.

Hi there,

A model adapter has to follow a specific structure, did you create a model adapter code repository?

If so, you should see an example_adapter.py file along with a couple of other examples for a container adapter and a sklearn adapter in the repo!

Did you create a tag on the model adapter repository?