Skip to content

Commit

Permalink
Merge pull request #167 from rapidsai/22.06-updates
Browse files Browse the repository at this point in the history
updated lifecycle_script to pull 22.06 tar
  • Loading branch information
mmccarty committed Jun 30, 2022
2 parents 381371e + 951c997 commit 2c4f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/environment_setup/lifecycle_script 100644 → 100755
Expand Up @@ -7,7 +7,7 @@ sudo -u ec2-user -i <<'EOF'
mkdir -p rapids_kernel
cd rapids_kernel
wget -q https://rapidsai-data.s3.us-east-2.amazonaws.com/conda-pack/rapidsai/rapids21.06_cuda11.0_py3.8.tar.gz
wget -q https://rapidsai-data.s3.us-east-2.amazonaws.com/conda-pack/rapidsai/rapids22.06_cuda11.5_py3.8.tar.gz
echo "wget completed"
tar -xzf *.gz
Expand Down

0 comments on commit 2c4f11e

Please sign in to comment.