Skip to content

Commit

Permalink
try to install XML as a prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 11, 2024
1 parent 8e5c192 commit 3e4649a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terra-jupyter-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ RUN R -e 'install.packages("BiocManager")' \
# Install Bioconductor packages found at:
# https://raw.githubusercontent.com/anvilproject/anvil-docker/master/anvil-rstudio-bioconductor/install.R
RUN R -e 'BiocManager::install(c( \
"XML", \
"AnVIL", \
"SingleCellExperiment", \
"GenomicFeatures", \
Expand All @@ -187,4 +188,4 @@ ENV PIP_USER=true
RUN R -e 'IRkernel::installspec(user=FALSE)' \
&& chown -R $USER:users /usr/local/lib/R/site-library /home/jupyter

USER $USER
USER $USER

0 comments on commit 3e4649a

Please sign in to comment.