You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit is related to the ongoing work to release the `2025a` software upgrade.
Upgrades:
- `R`
- `4.4.1` -> `4.4.3`
- `RStudio`
- rstudio-server-rhel-2024.04.2-764-x86_64.rpm -> rstudio-server-rhel-2024.12.1-563-x86_64.rpm
- `tidymodels`
- `1.2.0` -> `1.3.0`
- `plumber`
- `1.2.2` -> `1.3.0`
A couple other "quality of life" improvements were included:
- Refactored `Dockerfile` to combine `RUN` statements where obvious/low-risk
- Better use of `ARG` references to reduce copy-pasta in `Dockerfile` instructions
- `install_packages.R` script externalizes the userland software installs in an external script to better "share" across `cpu` + `cuda` `Dockerfile` variants
- Fixed issue(s) with `kustomize` `cuda` `overlay` so now `kubectl apply -k overlays/accelerator/cuda` works
Related-to: https://issues.redhat.com/browse/RHOAIENG-19484
0 commit comments