Can I use matlab script and python script in the same docker image? I want use matlab to process the data, then use python to train the model. Can I do this and submit the docker image?

Created by Yatong Han Unicorn_H
I don't see why not. I've never used matlab, but as long as you can install it in your docker image along with anything else you'd need, there shouldn't be a problem.

Can I use matlab script and python script in the same docker image? page is loading…