File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ for env in base /home/ec2-user/anaconda3/envs/*; do
5959 sudo -u ec2-user -E sh -c 'source /home/ec2-user/anaconda3/bin/activate "$env"'
6060
6161 echo "Updating SageMaker Python SDK..."
62+ pip install --upgrade pip
6263 pip install "$TARBALL_DIRECTORY/sagemaker.tar.gz"
6364
6465 sudo -u ec2-user -E sh -c 'source /home/ec2-user/anaconda3/bin/deactivate'
7677LIFECYCLE_CONFIG_CONTENT=$(( echo "$LIFECYCLE_CONFIG_1$LIFECYCLE_CONFIG_2$LIFECYCLE_CONFIG_3 "|| echo "")| base64 )
7778
7879echo "$LIFECYCLE_CONFIG_CONTENT "
79-
80+
8081}
8182
8283set -euo pipefail
@@ -120,6 +121,7 @@ echo "set SAGEMAKER_ROLE_ARN=$SAGEMAKER_ROLE_ARN"
120121-- lifecycle- config- name $LIFECYCLE_CONFIG_NAME \
121122-- notebook- instance- role- arn $SAGEMAKER_ROLE_ARN \
122123-- platformIdentifier notebook- al2 - v2 \
124+ -- consider- skips- failures \
123125./amazon-sagemaker-examples/sagemaker_processing/spark_distributed_data_processing/sagemaker-spark-processing.ipynb \
124126./amazon-sagemaker-examples/advanced_functionality/kmeans_bring_your_own_model/kmeans_bring_your_own_model.ipynb \
125127./amazon-sagemaker-examples/advanced_functionality/tensorflow_iris_byom/tensorflow_BYOM_iris.ipynb \
You can’t perform that action at this time.
0 commit comments