Hi Everyone,
I'm new to the cloud environment and the Microsoft Azure so incase this question doesn't belong here, my apologies in advance.
I was wondering if it's possible to create a docker container for a python environment within compute instance?
I'm working my way towards getting DP-100 certification. The other day I was trying to follow a tutorial here https://github.com/MicrosoftLearning/mslearn-dp100/blob/main/07%20-%20Work%20with%20Compute.ipynb
There's a section in there 'Create a compute cluster' in which a docker configuration is specified within ScriptRunConfig. I tried running in this code on a compute instance instead of a cluster and got the following error
The code works perfectly fine if I use a compute cluster instead of a compute instance