Open vs1612 opened 3 years ago
The same reason that we do so on a laptop. The isolated environment gives ease to maintain and makes it more reliable to run the model.
I have created one small python script and i am trying to run that on raspberry pi using docker. My image size is around 700Mb so how that is handled on raspberry pi.
And for Model training and testing, i have created one virtual environment in conda in my local machine. so that is handled when i have to run using docker.
On Wed, Jul 14, 2021 at 7:22 AM Hong Xu @.***> wrote:
The same reason that we do so on a laptop. The isolated environment gives ease to maintain and makes it more reliable to run the model.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CODAIT/max-central-repo/issues/26#issuecomment-879626222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUWVGCTPOGVAV5RNA5G5CGTTXUUJPANCNFSM5AKN5GSA .
General Discussion
I also want to run my pre-trained custom model on raspberry pi. I want the low power solution. As per my understanding we can directly run our model on raspberry pi just by copying the model from main machine to raspberry pi then why we need to use docker