Hello.
I have a question related to the Docker environment for TIDL. How to deploy a customized model through docker? We are using TI EVM Jescinto7, Edge AI SDK version 8.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello.
I have a question related to the Docker environment for TIDL. How to deploy a customized model through docker? We are using TI EVM Jescinto7, Edge AI SDK version 8.
Hello Bhargav,
Deploying models through docker should be the same as deploying outside of docker if the docker_build.sh and docker_run.sh scripts are used to build and run the docker containers.
Do you need help with deploying custom models in general or how to transfer over files into the docker container?
Regards,
Takuma
Thank you for your response.
We need help with how to transfer over files into the docker container?
Reagrds
Bhargav
Hi Bhargav,
There are a few ways that can be used to transfer over files into the docker container.
Regards,
Takuma