C.J. Collier
C.J. Collier
generate dask/dask.sh from templates developed for #1282
This is a re-implementation of the script using templates created while re-factoring common code under gpu/, dask/, rapids/, spark-rapids/, horovod/, mlvm/ and many of the other initialization actions. For templates...
This PR should resolve #1276 and is an attempt at better solving the problem space of #1030 I believe that #1259 could be implemented easier using this change, but its...
Now using the upstream URI instead of the staging value Now referencing the 2024-11 branch instead of the work-in-progress branch of the staging repository. Please cowboy approve this change since...
* Picked up some changes from custom-images * ensuring that yarn tests are correctly executed
* add is_debuntu to simplify common is_debian || is_ubuntu use case * prepend clean to execute_with_retries to reduce maximum image size * downloading assets to ram disk to reduce maximum...
## Problem Although the gpu driver installer completes successfully when used as an image customization script, it does not create or alter the spark defaults file to include gpu parameters....
[initialization-actions] The repository has manually-generated, re-used code which gets out of sync
The init actions repo has had some problems accepting changes from multiple contributors at once because much of its codebase is duplicated in each action. I propose that we re-factor...
After recent test failures, I've been reviewing the mlvm action and I've found that it is overly complex and brittle. This issue is to track the re-factoring of the action...