File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) UBC-DSCI Development Team.
2
- FROM rocker/verse:4.1.0
2
+ FROM rocker/verse:4.1.1
3
3
4
4
# install system dependencies
5
5
RUN apt-get update --fix-missing \
@@ -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
@@ -45,7 +27,9 @@ RUN apt-get update -qq && install2.r --error \
45
27
svglite \
46
28
tidymodels \
47
29
reticulate \
48
- kknn
30
+ kknn \
31
+ fontawesome \
32
+ rsvg
49
33
50
34
RUN Rscript -e
"devtools::install_github('ttimbers/[email protected] ')"
51
35
You can’t perform that action at this time.
0 commit comments