Skip to content

Commit

Permalink
[CI skip] use Python 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 31, 2017
1 parent 654227c commit 1302179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ ENV PATH /anaconda/bin:$PATH

RUN conda update -y conda

# conda with python 3.5.1
RUN conda create --name science --yes python=3.5.1
# conda with python 3.5.2
RUN conda create --name science --yes python=3.5.2

RUN conda config --add channels r
RUN conda config --add channels bioconda
Expand Down

0 comments on commit 1302179

Please sign in to comment.