Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huidongchen committed Jun 2, 2020
1 parent e71dcf1 commit e53afd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################
# Dockerfile to build STREAM v0.4.1
# Dockerfile to build STREAM v1.0
############################################################

# Set the base image to anaconda
Expand All @@ -17,7 +17,7 @@ RUN conda config --add channels bioconda
RUN apt-get update && apt-get install gsl-bin libgsl0-dev -y && apt-get clean

#Install stream package
RUN conda install libgfortran stream=0.4.1 tzlocal -y && conda clean --all -y
RUN conda install libgfortran stream=1.0 jupyter tzlocal -y && conda clean --all -y
RUN Rscript -e 'install.packages("stringi",repos="https://cloud.r-project.org/")'


Expand Down

0 comments on commit e53afd7

Please sign in to comment.