File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,6 @@ RUN apt-get update --fix-missing \
11
11
libxrender1 \
12
12
libxml2-dev
13
13
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
-
32
14
# install libGLPK, gdal-config, libunits
33
15
RUN apt-get install -y libglpk-dev gdal-bin libgdal-dev libudunits2-0 libudunits2-dev
34
16
You can’t perform that action at this time.
0 commit comments