Skip to content

Commit

Permalink
Install reticulate before synapser
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba authored Sep 25, 2023
1 parent aba2136 commit ffca493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN apt-get update -y && \
RUN python3 -m pip install --upgrade pip
RUN pip install synapseclient

RUN R -e 'install.packages("synapser", repos = c("http://ran.synapse.org", "http://cran.fhcrc.org"))'
RUN R -e 'install.packages("reticulate")'
RUN R -e 'install.packages("synapser", repos=c("http://ran.synapse.org/", "https://cloud.r-project.org"))'
RUN R -e 'install.packages("devtools")'
RUN R -e 'devtools::install_github("Sage-Bionetworks/recoverSummarizeR")'

Expand Down

0 comments on commit ffca493

Please sign in to comment.