Skip to content

Commit

Permalink
remove commented-out 'autogluon' installs (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 7, 2024
1 parent 75d4505 commit d664d3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions source/cloud/aws/sagemaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ mamba create -y -n rapids {{ rapids_conda_channels }} {{ rapids_conda_packages }
conda activate rapids
# optionally install AutoGluon for AutoML GPU demo
# python -m pip install --pre autogluon
python -m ipykernel install --user --name rapids
echo "kernel install completed"
EOF
Expand Down
3 changes: 0 additions & 3 deletions source/cloud/azure/azureml.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ conda activate rapids
# install Python SDK v2 in rapids env
python -m pip install azure-ai-ml azure-identity
# optionally install AutoGluon for AutoML GPU demo
# python -m pip install --pre autogluon
python -m ipykernel install --user --name rapids
echo "kernel install completed"
EOF
Expand Down

0 comments on commit d664d3e

Please sign in to comment.