Skip to content

Fixed deployment options in Compute Engine and cluster credentials in… #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2025

Conversation

jayavenkatesh19
Copy link
Contributor

@jayavenkatesh19 jayavenkatesh19 commented Apr 9, 2025

Making changes to docs based on observations from deployment testing:

  1. Added the port 22 to the firewall rule to allow for SSH access on Compute Engine VM
  2. Added the code snippet to get cluster credentials after creating a cluster on GKE, which is necessary for kubectl NVIDIA driver install
  3. Pinning a working configuration for Sagemaker, which can be reverted back to templating once the Sagemaker support for GLIBC 2.28 is up. [AWS] SageMaker: RAPIDS 25.02 conda packages cannot be installed on Notebook Instances (requires GLIBC 2.28+) #520

@jayavenkatesh19 jayavenkatesh19 requested a review from a team as a code owner April 9, 2025 15:50
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great thanks!

@@ -41,7 +41,7 @@ set -e

sudo -u ec2-user -i <<'EOF'

mamba create -y -n rapids {{ rapids_conda_channels }} {{ rapids_sagemaker_conda_packages }} \
mamba create -y -n rapids -c rapidsai -c conda-forge -c nvidia rapids=24.12 python=3.12 cuda-version=12.4 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make a note to revert this once Sagemaker no longer has an upper limit on these values

@jacobtomlinson jacobtomlinson merged commit 557be62 into rapidsai:main Apr 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants