Skip to content

Commit

Permalink
install bioRad on vol2bird
Browse files Browse the repository at this point in the history
  • Loading branch information
skoulouzis committed Jan 17, 2025
1 parent 7ddf34c commit 3cab377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flavors/vol2bird/naavre-jupyter.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN mamba env create -f environment.yaml
# RUN R -e "install.packages('bioRad', repos='https://cran.r-project.org')"
# RUN R -e "library('bioRad')"

RUN /opt/conda/envs/vol2bird/bin/R -e "install.packages('suntools', repos='https://cran.r-project.org')"
RUN /opt/conda/envs/vol2bird/bin/R -e "install.packages('bioRad', repos='https://cran.r-project.org')"

COPY --from=vol2bird /opt/radar/ /opt/radar/
COPY --from=vol2bird /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
Expand Down

0 comments on commit 3cab377

Please sign in to comment.