awslabs / predictive-maintenance-using-machine-learning

Set up end-to-end demo architecture for predictive maintenance issues with Machine Learning using Amazon SageMaker
Apache License 2.0
102 stars 59 forks source link

template file not found #2

Closed mstfldmr closed 4 years ago

mstfldmr commented 5 years ago
$ ./build-s3-dist.sh pred-maint v1.0
Staring to build distribution
export deployment_dir=/Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment
mkdir -p /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist
cp -f predictive-maintenance-using-machine-learning.template /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist
cp: predictive-maintenance-using-machine-learning.template: No such file or directory
Updating code source bucket in template with pred-maint
sed -i '' -e s/%%BUCKET_NAME%%/pred-maint/g /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist/predictive-maintenance-using-machine-learning.template
sed: /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist/predictive-maintenance-using-machine-learning.template: No such file or directory
Updating code source bucket in template with v1.0
sed -i '' -e s/%%VERSION%%/v1.0/g /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist/predictive-maintenance-using-machine-learning.template
sed: /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist/predictive-maintenance-using-machine-learning.template: No such file or directory
Copying notebooks to /Users/aldemim/ws_Learning/predictive-maintenance-using-machine-learning/deployment/dist
Packaging predictive_maintenance lambda
Completed building distribution
vishaalkapoor commented 4 years ago

Hi @mstfldmr, I believe

4f8135fd26688353f6fbe6fbd9da294bf9423de9 checked in Oct 16th addresses the issue of the missing CloudFormation template.

Please re-open if this is still an issue.