use backblaze for interpreter download
This commit is contained in:
parent
f50610c789
commit
845d7dc702
1 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM redhat/ubi9:9.4-1181.1724035907
|
||||
FROM redhat/ubi9
|
||||
|
||||
ARG RED_HAT_DEV_PW
|
||||
ENV PATH=/opt/R/4.4.1/bin:$PATH
|
||||
|
|
@ -7,7 +7,7 @@ ARG GITHUB_PAT
|
|||
|
||||
RUN subscription-manager register --username devxy --password "$RED_HAT_DEV_PW" && subscription-manager repos --enable codeready-builder-for-rhel-9-aarch64-rpms
|
||||
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && dnf install -y epel-release
|
||||
RUN dnf install -y -q lapack-devel git gcc g++ fontconfig-devel fribidi-devel libjpeg-turbo-devel libtiff-devel htop libgit2-devel hiredis ccache
|
||||
RUN dnf install -y -q lapack-devel git gcc g++ fontconfig-devel fribidi-devel libjpeg-turbo-devel libtiff-devel htop libgit2-devel hiredis ccache libpq-devel
|
||||
|
||||
### CUSTOM DEPENDENCIES
|
||||
# These usually are not packaged in OS repositories and need to be installed from source
|
||||
|
|
@ -15,7 +15,7 @@ RUN dnf install -y -q lapack-devel git gcc g++ fontconfig-devel fribidi-devel li
|
|||
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
|
||||
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-r-builds.s3.eu-central-003.backblazeb2.com/el9/r-4.4.1_1_arm64.deb
|
||||
RUN dnf install -q -y R-4.4.1-1-1.aarch64.rpm
|
||||
RUN R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue