Skip to content

Containerize#127

Open
PineND wants to merge 17 commits into
nemogb-dev:mainfrom
PineND:containerize
Open

Containerize#127
PineND wants to merge 17 commits into
nemogb-dev:mainfrom
PineND:containerize

Conversation

@PineND

@PineND PineND commented Apr 23, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread Dockerfile Outdated
&& rm -rf /var/lib/apt/lists/*

# Set CRAN repository to use precompiled binaries
ENV CRAN_REPO="https://packagemanager.posit.co/cran/latest"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to reference recent fixed day.

Comment thread Dockerfile
ENV CRAN_REPO="https://packagemanager.posit.co/cran/latest"
ENV CRAN_REPO="https://packagemanager.posit.co/cran/2025-04-22"

ENV NEMOGB_PKG="nemogb-dev/nemogb-r@main"

@andrewpbray andrewpbray Apr 30, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly to the R packages, should this be tagged to a release? Otherwise we can't look at the dockerfile and know what version of the package its running.

Comment thread Dockerfile
@@ -34,26 +31,18 @@ RUN R -e "options(repos=c(CRAN='$CRAN_REPO')); \
# Additional packages needed for the nemogb-app

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about installing the app here, as an R package?

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.

2 participants