Skip to content

Commit

Permalink
updated lifecycle_script to pull 22.06 tar
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccarty committed Jun 29, 2022
1 parent ea16d10 commit 951c997
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 951c997

Please sign in to comment.