generated from AgnostiqHQ/covalent-executor-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for resource deployment and added covalent version specification (
#30) * minor fix for azure batch plugin * Added covalent_package_version to Dockerfile * updated changelog * removed cloudpickle requirement * installing GCC in docker * resource spinning up fixed * storing client secret in as well * updated changelog * Update CHANGELOG.md Co-authored-by: Will Cunningham <[email protected]> --------- Co-authored-by: Manjunath PV <[email protected]> Co-authored-by: Will Cunningham <[email protected]>
- Loading branch information
1 parent
9737d13
commit 62e50d1
Showing
10 changed files
with
102 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.conf | ||
.docker | ||
*.sh | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
[azurebatch] | ||
tenant_id = ${tenant_id} | ||
client_id = ${client_id} | ||
client_secret = ${client_secret} | ||
batch_account_url = ${batch_account_url} | ||
batch_account_domain = ${batch_account_domain} | ||
storage_account_name = ${storage_account_name} | ||
storage_account_domain = ${storage_account_domain} | ||
pool_id = ${storage_account_domain} | ||
pool_id = ${pool_id} | ||
retries = ${retries} | ||
base_image_uri = ${base_image_uri} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters