Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add line to dockerfile to point image to use cran repo for dependencies #74

Closed
wants to merge 1 commit into from

Conversation

TylerMatteo
Copy link
Contributor

This PR adds a line to Dockerfile to address an error that came up while running the GH action build.

The error suggests that the Dockerfile is trying to install r packages from mran.microsoft.com but couldn't reach that host. Some googling led me to this Issue on the repo for the base docker image we're using. It seems the mran host is unreliable so adding this change should point the docker image at cran.studio.org for package downloads, which is hopefully more stable.

@TylerMatteo TylerMatteo requested a review from a team as a code owner August 2, 2023 18:02
@rasmi rasmi mentioned this pull request Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant