There is a current known issue with the default Azure ML Docker image that prevents the service from properly starting. In order to address this, an alternative Docker image path needs to be used when setting up RStudio Workbench within Azure ML.
Please change the Docker image value from ghcr.io/azure/rstudio-workbench:latest to ghcr.io/rstudio/rstudio-workbench-for-microsoft-azure-ml:latest
This will resolve any licensing errors that may occur with the default image.
Comments