Skip to content

Commit

Permalink
add cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Oct 10, 2024
1 parent f08c64a commit c96872f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile18
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN pip3 install opencv-python

# install R
# https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=r-cran-c&searchon=names
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran cmake
RUN apt-get -y --no-install-recommends install r-base r-recommended
RUN apt-get -y --no-install-recommends install r-cran-adegraphics r-cran-amore r-cran-animation r-cran-cli
RUN apt-get -y --no-install-recommends install r-cran-colorspace r-cran-data.table r-cran-date r-cran-devtools r-cran-foreach
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile20
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN pip3 install opencv-python

# install R
# https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=r-cran-c&searchon=names
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran cmake
RUN apt-get -y --no-install-recommends install r-base r-recommended
RUN apt-get -y --no-install-recommends install r-cran-adegraphics r-cran-amore r-cran-animation r-cran-cli
RUN apt-get -y --no-install-recommends install r-cran-colorspace r-cran-data.table r-cran-date r-cran-devtools r-cran-foreach
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile22
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN pip3 install opencv-python

# install R
# https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=r-cran-c&searchon=names
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran cmake
RUN apt-get -y --no-install-recommends install r-base r-recommended
RUN apt-get -y --no-install-recommends install r-cran-adegraphics r-cran-amore r-cran-animation r-cran-cli
RUN apt-get -y --no-install-recommends install r-cran-colorspace r-cran-data.table r-cran-date r-cran-devtools r-cran-foreach
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile24
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN pip3 install opencv-python

# install R
# https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=r-cran-c&searchon=names
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran
RUN apt-get -y --no-install-recommends install liblapack-dev gfortran cmake
RUN apt-get -y --no-install-recommends install r-base r-recommended
RUN apt-get -y --no-install-recommends install r-cran-adegraphics r-cran-amore r-cran-animation r-cran-cli
RUN apt-get -y --no-install-recommends install r-cran-colorspace r-cran-data.table r-cran-date r-cran-devtools r-cran-foreach
Expand Down

0 comments on commit c96872f

Please sign in to comment.