You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent @jcupitt! I would prefer to incorporate it as pull request into this project, however. For example, place auxiliary scripts into a docker folder and add the Dockerfile with the build instructions for docker build to the top-level. This image could then also be built automatically upon push/merge of PR into master branch. See BioMedIA/MIRTK project for example. As that project is registered on Docker Hub, the image on the Docker Hub at https://hub.docker.com/r/biomedia/mirtk/ is updated automatically.
I made a thing to build and run the pipeline in a docker container:
https://github.com/jcupitt/docker-structural-pipeline
It's just:
to build branch v1.1, including all prerequistes, and then:
(for example) to run it. It should work on any version of any platform. It might make installation simpler.
The text was updated successfully, but these errors were encountered: