Skip to content

Commit e53afd7

Browse files
committed
update Dockerfile
1 parent e71dcf1 commit e53afd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################
2-
# Dockerfile to build STREAM v0.4.1
2+
# Dockerfile to build STREAM v1.0
33
############################################################
44

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

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

2323

0 commit comments

Comments
 (0)