RStudio application not installed in Azure ML compute

SHAIKH, Alif Abdul 51 Reputation points
2022-09-06T05:42:28.63+00:00

When users were creating a new compute in AML environment by default RStudio application was created.

With RStudio

However, from month of July, by default RStudio application is not getting created. Only JupyterLab, Jupyter, VS Code, Terminal, Notebook applications installed not a RStudio.

without RStudio

Is there any way to by default install RStudio application in azure ML compute instance?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2022-09-06T08:48:34.98+00:00

    @SHAIKH, Alif Abdul Yes, this is a recent change in the setup of compute instance that happens during the creation of compute instance. This change does not setup the rstudio community edition by default but you can set it up while creation by adding it as a custom application from advanced settings. This change is done as part of RStudio requirements to allow users to setup their own license key or use open studio version during creation. Please refer this documentation page for details to setup licensed and open version of the studio.

    If you add a license key then please use RStudio Workbench (bring your own license) option from the advanced options and enter your own license key.

    238075-image.png

    If you need to add the open version you need to select custom application and enter the docker image and mount point details to setup the rstudio during creation.

    Target/Published port 8787
    Docker image set to ghcr.io/azure/rocker-rstudio-ml-verse:latest
    /home/azureuser/cloudfiles for Host path
    /home/azureuser/cloudfiles for Container path

    238135-image.png

    Once the creation and setup is complete the options to use Rstudio for open and licensed version will be visible as links on the compute instances page.

    238142-image.png

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


2 additional answers

Sort by: Most helpful
  1. James Watson 16 Reputation points
    2022-09-14T14:43:24.217+00:00

    FYI the mount point is separate now from the main files in notebooks. R is also missing a lot of stuff as the file system doesn't include / install various stuff. Basically MS have depreciated one of the top tools for data science. Well done MS top job again :( .

    1 person found this answer helpful.
    0 comments No comments

  2. Ashish Singhal 1 Reputation point
    2022-10-10T12:37:45.953+00:00

    Is there a way to add Rstudio after the compute instance has been created. In my organization, I can not create a compute instance myself, it has to be done by requesting the cloude infra structure team and they have created compute instances for me. I dread sending them these instructions to create another CI

    0 comments No comments