Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
Out of curiosity I wanted to try your software.
Because I had some trouble with conda I preferred installing the dependencies inside a Docker container, so I created one with your project.
I thought that instead of keeping this to myself I could share it with you in case it might be useful. The Docker image is not very time or space optimized (~20 min build and ~20 GB size), but it can be used to run the software by only installing Docker. I was able to run the
gen_crn_blueprintscript with the examples you provide in theREADME.mdof the repo.I also added a
Makefilefor convenience, but only Docker is needed to build or run the image.Tu run it via Docker, run the following shell commands:
or via
make:I hope that it can be useful.