Skip to content

Commit

Permalink
Correct the syntax for the function
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-suman committed Dec 4, 2019
1 parent 1db1560 commit f1cdd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudra/deployments/emr_scripts/npm_emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_job(self, input_dict):
emr_config_obj = EMRConfig(name=name,
s3_bootstrap_uri=bootstrap_uri,
training_repo_url=self.training_repo_url,
training_file_name='recommendation_engine/autoencoder/train/train.py'
training_file_name='recommendation_engine/autoencoder/train/train.py',
instance_type='p3.2xlarge',
log_uri=log_uri,
ecosystem=self.ecosystem,
Expand Down

0 comments on commit f1cdd77

Please sign in to comment.