-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [rapids] Tested to produce images with dask rapids pre-installed * [rapids] all cuda ad rapids images are built successfully custom_image_utils/shell_script_generator.py * added retry function * reduced debug output when -x is passed examples/secure-boot/build-current-images.sh * using the same timestamp for all images * added perl code to disk_usage to extract maximum disk usage during installation * making request for image and instance list once here instead of each time an image is about to be created examples/secure-boot/install_gpu_driver.sh * 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 image size * added sync to key points of the script to allow accurate measurement of maximum disk usage * moved initialization steps to new function prepare_to_install * created exit_handler function which gets executed before script exits examples/secure-boot/pre-init.screenrc * re-ordered versions alphabetically examples/secure-boot/pre-init.sh * re-using cache of image and instance list from parent script * increased machine type to accommodate ram disk * updated disk image sizes based on disk usage analysis * removed dask intermediate image examples/secure-boot/rapids.sh * removed spark-related logic (see spark-rapids) * remove dask packages if they were installed * moved initialization steps to new function prepare_to_install * created exit_handler function which gets executed before script exits * updated disk sizes from latest successful run * merged rapids.sh and dask.sh and refactored ; removed spark code paths (see spark-rapids) * reducing noise a little more * declaring default value for num_src_certs * corrected alphabetical ordering * using correct df command ; using greater or equal to rapids version ; correctly capturing retval of installer program * dask>=2024.7
- Loading branch information
Showing
8 changed files
with
1,109 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.