Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Remove hard coded values #86

Open
albertoa opened this issue May 19, 2021 · 0 comments
Open

Remove hard coded values #86

albertoa opened this issue May 19, 2021 · 0 comments

Comments

@albertoa
Copy link
Contributor

In hydra/cloud/aws_platform.py there are hard coded values, but they should be variables defined by the user.

        self.batch = boto3.client(
            service_name='batch',
            region_name='us-east-1',
            endpoint_url='https://batch.us-east-1.amazonaws.com'
        )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant