We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71dcf1 commit e53afd7Copy full SHA for e53afd7
Dockerfile
@@ -1,5 +1,5 @@
1
############################################################
2
-# Dockerfile to build STREAM v0.4.1
+# Dockerfile to build STREAM v1.0
3
4
5
# Set the base image to anaconda
@@ -17,7 +17,7 @@ RUN conda config --add channels bioconda
17
RUN apt-get update && apt-get install gsl-bin libgsl0-dev -y && apt-get clean
18
19
#Install stream package
20
-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
21
RUN Rscript -e 'install.packages("stringi",repos="https://cloud.r-project.org/")'
22
23
0 commit comments