fix ubuntu 2204

This commit is contained in:
Patrick Schratz 2024-09-10 20:00:41 +02:00
commit 6bfff98949
Signed by: pat-s
GPG key ID: 3C6318841EF78925
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -46,7 +46,7 @@ steps:
image: busybox:latest
failure: ignore
commands:
- sleep 10
- sleep 200
- echo "Warmed Up"
backend_options:
kubernetes:

View file

@ -24,7 +24,7 @@ RUN curl -q -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Sour
### INSTALL R
RUN curl -O "https://devxy-r-builds.s3.eu-central-2.amazonaws.com/2204/r-${R_VERSION}_1_arm64.deb"
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && "rm r-${R_VERSION}_1_arm64.deb"
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && rm "r-${R_VERSION}_1_arm64.deb"
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))'
# Makevars