File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export JAVA_HOME=$(get-java-home)
14
14
echo " set JAVA_HOME=$JAVA_HOME "
15
15
export SAGEMAKER_ROLE_ARN=$( aws iam list-roles --output text --query " Roles[?RoleName == 'SageMakerRole'].Arn" )
16
16
echo " set SAGEMAKER_ROLE_ARN=$SAGEMAKER_ROLE_ARN "
17
+ \
17
18
./runtime/bin/mead-run-nb-test \
18
19
--instance-type ml.c4.8xlarge \
19
20
--region us-west-2 \
@@ -31,4 +32,4 @@ echo "set SAGEMAKER_ROLE_ARN=$SAGEMAKER_ROLE_ARN"
31
32
./amazon-sagemaker-examples/sagemaker-python-sdk/tensorflow_script_mode_pipe_mode/tensorflow_script_mode_pipe_mode.ipynb \
32
33
./amazon-sagemaker-examples/sagemaker-python-sdk/tensorflow_script_mode_quickstart/tensorflow_script_mode_quickstart.ipynb \
33
34
./amazon-sagemaker-examples/sagemaker-python-sdk/tensorflow_serving_using_elastic_inference_with_your_own_model/tensorflow_serving_pretrained_model_elastic_inference.ipynb \
34
- ./amazon-sagemaker-examples/sagemaker-pipelines/tabular/abalone_build_train_deploy/sagemaker-pipelines-preprocess-train-evaluate-batch-transform.ipynb
35
+ ./amazon-sagemaker-examples/sagemaker-pipelines/tabular/abalone_build_train_deploy/sagemaker-pipelines-preprocess-train-evaluate-batch-transform.ipynb
You can’t perform that action at this time.
0 commit comments