Skip to content

Commit 211e5bb

Browse files
authored
removed conda
1 parent 7707df9 commit 211e5bb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Dockerfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,6 @@ RUN apt-get update --fix-missing \
1111
libxrender1 \
1212
libxml2-dev
1313

14-
# install python3 & virtualenv
15-
RUN apt-get install -y \
16-
python3-pip \
17-
python3-dev \
18-
&& pip3 install virtualenv
19-
20-
# install anaconda & put it in the PATH
21-
RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
22-
wget --quiet https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh -O ~/anaconda.sh && \
23-
/bin/bash ~/anaconda.sh -b -p /opt/conda && \
24-
rm ~/anaconda.sh
25-
ENV PATH /opt/conda/bin:$PATH
26-
27-
# install rpy2
28-
RUN conda install -y pip && \
29-
pip install rpy2
30-
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib/:${LD_LIBRARY_PATH}
31-
3214
# install libGLPK, gdal-config, libunits
3315
RUN apt-get install -y libglpk-dev gdal-bin libgdal-dev libudunits2-0 libudunits2-dev
3416

0 commit comments

Comments
 (0)