You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 7 in provision-rstudio.sh. : libcurl-devel-7.79.1 needs to be changed to libcurl-devel.
on the latest amzn2 , that caused R and other stuff failed to install . Also the provision-rstudio.sh didn't quit when libcurl failed to install. That caused the image build to complete successfully, but without R and other packages.
The text was updated successfully, but these errors were encountered:
line 7 in provision-rstudio.sh. : libcurl-devel-7.79.1 needs to be changed to libcurl-devel.
on the latest amzn2 , that caused R and other stuff failed to install . Also the provision-rstudio.sh didn't quit when libcurl failed to install. That caused the image build to complete successfully, but without R and other packages.
The text was updated successfully, but these errors were encountered: