C.J. Collier
C.J. Collier
Fixed in another branch
initialization actions which use apt-get update fail due to purged oldoldstable backports repository
Thank you for the report. We are addressing this issue with the highest priority.
2.2-debian12 with 3 masters comes up fine ``` Fri Jul 5 04:41:19 PM PDT 2024 + gcloud dataproc clusters create cluster-1668020639 --master-boot-disk-type pd-ssd --worker-boot-disk-type pd-ssd --secondary-worker-boot-disk-type pd-ssd --master-boot-disk-size 100 --worker-boot-disk-size...
2.2-ubuntu22 also succeeds: ``` Fri Jul 5 04:49:55 PM PDT 2024 + gcloud dataproc clusters create cluster-1668020639 --master-boot-disk-type pd-ssd --worker-boot-disk-type pd-ssd --secondary-worker-boot-disk-type pd-ssd --master-boot-disk-size 100 --worker-boot-disk-size 100 --secondary-worker-boot-disk-size 100 --master-machine-type...
@bradmiro - to discuss in our upcoming meeting
Solves issue #1375
Hello team, I'm unable to install cudatoolkit > 11.8 since it has not been packaged with mamba yet I've made some changes in #1199 to address some of these requests.
> we need to edit [rapids.sh](https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/rapids/rapids.sh#L65) script to activate the conda environment (dask-rapids) and register it as a kernel in Jupyter Lab/ notebook Can you tell me how you would...