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
59
59
sudo -u ec2-user -E sh -c 'source /home/ec2-user/anaconda3/bin/activate "$env"'
60
60
61
61
echo "Updating SageMaker Python SDK..."
62
+ pip install --upgrade pip
62
63
pip install "$TARBALL_DIRECTORY/sagemaker.tar.gz"
63
64
64
65
sudo -u ec2-user -E sh -c 'source /home/ec2-user/anaconda3/bin/deactivate'
76
77
LIFECYCLE_CONFIG_CONTENT=$(( echo "$LIFECYCLE_CONFIG_1$LIFECYCLE_CONFIG_2$LIFECYCLE_CONFIG_3 "|| echo "")| base64 )
77
78
78
79
echo "$LIFECYCLE_CONFIG_CONTENT "
79
-
80
+
80
81
}
81
82
82
83
set -euo pipefail
@@ -120,6 +121,7 @@ echo "set SAGEMAKER_ROLE_ARN=$SAGEMAKER_ROLE_ARN"
120
121
-- lifecycle- config- name $LIFECYCLE_CONFIG_NAME \
121
122
-- notebook- instance- role- arn $SAGEMAKER_ROLE_ARN \
122
123
-- platformIdentifier notebook- al2 - v2 \
124
+ -- consider- skips- failures \
123
125
./amazon-sagemaker-examples/sagemaker_processing/spark_distributed_data_processing/sagemaker-spark-processing.ipynb \
124
126
./amazon-sagemaker-examples/advanced_functionality/kmeans_bring_your_own_model/kmeans_bring_your_own_model.ipynb \
125
127
./amazon-sagemaker-examples/advanced_functionality/tensorflow_iris_byom/tensorflow_BYOM_iris.ipynb \
You can’t perform that action at this time.
0 commit comments