mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +01:00
Update Dockerfile with required dependencies and install R packages
This commit is contained in:
parent
5ce40617b8
commit
0a00ea86e6
@ -2,13 +2,11 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:debian
|
||||
|
||||
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& sudo apt-get install -y \
|
||||
cmake-curses-gui \
|
||||
cmake \
|
||||
git \
|
||||
libeigen3-dev \
|
||||
libopenmpi-dev \
|
||||
r-cran-rcpp \
|
||||
r-cran-rinside \
|
||||
gdb
|
||||
r-base-dev
|
||||
|
||||
RUN git clone https://github.com/doctest/doctest.git /doctest \
|
||||
&& cd /doctest \
|
||||
@ -18,3 +16,5 @@ RUN git clone https://github.com/doctest/doctest.git /doctest \
|
||||
&& make install \
|
||||
&& cd / \
|
||||
&& rm -rf /doctest
|
||||
|
||||
RUN /usr/bin/R -q -e "install.packages(c('foreach', 'doParallel', 'Rcpp', 'RInside'))"
|
||||
Loading…
x
Reference in New Issue
Block a user