Skip to content

Commit

Permalink
Update miniconda path; pin R package to 3.2.2
Browse files Browse the repository at this point in the history
Latest Anaconda R package (3.3.1) does not have PNG support; see
ContinuumIO/anaconda-issues#1063
  • Loading branch information
jnm committed Sep 14, 2016
1 parent 7f2bf50 commit 7862513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O
chmod +x miniconda.sh && \
./miniconda.sh -b && \
rm miniconda.sh
ENV PATH /root/miniconda/bin:$PATH
ENV PATH /root/miniconda2/bin:$PATH
RUN conda update --yes conda

RUN mkdir /app
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pandas=0.16.2=np19py27_0
- pyopenssl==0.15.1

- r-base
- r-base=3.2.2
- r-dplyr
- r-ggplot2
- r-rmarkdown
Expand Down

0 comments on commit 7862513

Please sign in to comment.