Skip to content

Commit

Permalink
Merge pull request #137 from lucky-suman/update-file
Browse files Browse the repository at this point in the history
Correct the syntax for the function
  • Loading branch information
tisnik committed Dec 4, 2019
2 parents 64b4af7 + f1cdd77 commit 4f7644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudra/deployments/emr_scripts/npm_emr.py
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 4f7644e

Please sign in to comment.