Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nfancy committed Feb 17, 2024
1 parent ed4aceb commit 74d8418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update \
libcairo2-dev \
libtiff5-dev \
libreadline-dev \
libgsl0-dev \
libgsl-dev \
libgslcblas0 \
libgtk2.0-dev \
libgl1-mesa-dev \
Expand Down Expand Up @@ -111,7 +111,7 @@ RUN pip install stratocumulus \
&& rm -rf /tmp/*


RUN install2.r -e \
RUN install2.r -e -t source \
argparse \
assertthat \
BiocManager \
Expand Down
2 changes: 1 addition & 1 deletion misc/requirements-bioc.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ bioc_pkgs<-c(
)

requireNamespace("BiocManager")
BiocManager::install(bioc_pkgs, ask=F)
BiocManager::install(bioc_pkgs, ask=F, type = "source")

0 comments on commit 74d8418

Please sign in to comment.