-
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.
new vesselboost container with cleaned up interface
- Loading branch information
Showing
4 changed files
with
30 additions
and
31 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: New container {{ env.ZIPFILE }} | ||
labels: enhancement | ||
--- | ||
The container has been successfully build by @{{ env.GITHUB_ACTOR }}. To test the container, download: | ||
``` | ||
curl -O https://openrecon.neurodesk.org/{{ env.IMAGENAME }}.zip | ||
``` | ||
|
||
and copy to C:\Program Files\Siemens\Numaris\OperationalManagement\FileTransfer\incoming | ||
|
||
once tested upload to https://webclient.au.api.teamplay.siemens-healthineers.com/ and make available to all institutes. | ||
|
||
Please close this issue when completed :) | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# build image here: https://github.com/NeuroDesk/neurocontainers and add mrd server instructions: https://www.neurodesk.org/docs/getting-started/neurocontainers/openrecon/ | ||
# specify the repostiory and name of the docker image: https://hub.docker.com/orgs/vnmd/repositories | ||
export baseDockerImage=vnmd/vesselboost_1.0.2 | ||
export baseDockerImage=vnmd/vesselboost_1.0.3 |