0

Azure Machine Learning provides provides encapsulation of the environment for your code to run. As far as I know you can specify custom Docker images and Dockerfiles to create an environment.

But in my specific use case, I want to run the script inside a specific Docker container. Does Azure ML provide some ways to run a script inside a custom Docker container?

raja
  • 380
  • 2
  • 9
  • 20

1 Answers1

0

That is not supported at the moment unless you do wget to get the script to execute. Docker context support will be added soon and should unblock the scenario.

vizhur
  • 467
  • 3
  • 7
  • Thanks for the info @vizhur Do you have a link for the feature request or ticket to add Docker context support so that I can follow up? – raja Apr 14 '22 at 14:26