update dockerfiles
This commit is contained in:
parent
e24fd3330a
commit
9ffab1b63e
4 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ RUN dnf install -y -q https://dl.fedoraproject.org/pub/epel/8/Everything/aarch64
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
# These usually are not packaged in OS repositories and need to be installed from source
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
||||||
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
||||||
|
|
||||||
### INSTALL R
|
### INSTALL R
|
||||||
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/el8/R-4.4.1-1-1.aarch64.rpm
|
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/el8/R-4.4.1-1-1.aarch64.rpm
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ RUN dnf install -y -q https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
# These usually are not packaged in OS repositories and need to be installed from source
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
||||||
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
||||||
|
|
||||||
### INSTALL R
|
### INSTALL R
|
||||||
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/el9/R-4.4.1-1-1.aarch64.rpm
|
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/el9/R-4.4.1-1-1.aarch64.rpm
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ RUN apt update && apt install -y --no-install-recommends gdebi-core g++ gfortran
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
# These usually are not packaged in OS repositories and need to be installed from source
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
||||||
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
||||||
|
|
||||||
### INSTALL R
|
### INSTALL R
|
||||||
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/2204/r-4.4.1_1_arm64.deb
|
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/2204/r-4.4.1_1_arm64.deb
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ RUN apt update && apt install -y --no-install-recommends gdebi-core g++ gfortran
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
# These usually are not packaged in OS repositories and need to be installed from source
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
# - JAGS (needed for runjags which itself is again a dependency of many packages)
|
||||||
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
RUN curl -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure && make && make install && rm -rf JAGS-4.3.2.tar.gz JAGS-4.3.2 && cd ..
|
||||||
|
|
||||||
### INSTALL R
|
### INSTALL R
|
||||||
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/2404/r-4.4.1_1_arm64.deb
|
RUN curl -O https://devxy-rbuilds.s3.eu-central-2.amazonaws.com/2404/r-4.4.1_1_arm64.deb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue