From 8fb0a01036ff52ee8c834f0c44a7795793b993e3 Mon Sep 17 00:00:00 2001 From: ncclementi Date: Mon, 1 Jun 2026 19:04:56 -0400 Subject: [PATCH] add conda_prefix to sagemaker script --- source/cloud/aws/sagemaker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cloud/aws/sagemaker.md b/source/cloud/aws/sagemaker.md index 097f47b8..608ddc26 100644 --- a/source/cloud/aws/sagemaker.md +++ b/source/cloud/aws/sagemaker.md @@ -46,7 +46,7 @@ eval "$(conda shell.bash hook)" conda create -y -n rapids {{ rapids_conda_channels }} {{ rapids_sagemaker_conda_packages }} boto3 ipykernel sagemaker-python-sdk conda activate rapids -python -m ipykernel install --user --name rapids +python -m ipykernel install --user --name rapids --env CONDA_PREFIX "$CONDA_PREFIX" echo "kernel install completed" EOF ```