-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressed changes noted by @rokroskar
- `aiida-core` dependency is moved directly into Dockerfile - Version of `aiida-core.services` is pinned to 2.2.2 for reproducibility e.g. to ensure path to echo `consumer_timeout` for RabbitMQ is correct - 'repo' is renamed to more descriptive 'aiida_data', and added to .gitignore
- Loading branch information
Showing
5 changed files
with
11 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,5 +336,3 @@ tags | |
.renku.lock | ||
.renku/tmp | ||
.renku/cache | ||
|
||
aiida_config.yaml |
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,10 +1,6 @@ | ||
name: "base" | ||
channels: | ||
- conda-forge | ||
- cjs14 | ||
dependencies: | ||
# - aiida-core | ||
- aiida-core.services | ||
# while aiida-core.services requires rabbitmq-server>=3.7, for some reason version 3.6.15 is installed without the line below | ||
# - rabbitmq-server>=3.8 | ||
- aiida-core.services=2.2.2 | ||
prefix: "/opt/conda" |
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 was deleted.
Oops, something went wrong.