Skip to content

Commit

Permalink
Copy cil demos (#604)
Browse files Browse the repository at this point in the history
* copy CIL-Demos to /devel

closes #603
  • Loading branch information
paskino authored Jun 27, 2021
1 parent f476261 commit 3c01b37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ GCONFIG=./INSTALL/share/gadgetron/config/gadgetron.xml
[ -f ./INSTALL/bin/gadgetron ] \
&& ./INSTALL/bin/gadgetron >& ~/gadgetron.log&

echo "make sure the SIRF-Exercises are in the expected location (/devel in the container)"
echo "make sure the SIRF-Exercises and CIL-Demos are in the expected location (/devel in the container)"
cd /devel
[ -d SIRF-Exercises ] || cp -a $SIRF_PATH/../../../SIRF-Exercises .
for notebooks in SIRF-Exercises CIL-Demos
do
[ -d ${notebooks} ] || cp -a $SIRF_PATH/../../../${notebooks} .
done

# link SIRF-Contrib into it
if [ ! -r SIRF-contrib ]; then
echo "Creating link to SIRF-contrib"
Expand Down

0 comments on commit 3c01b37

Please sign in to comment.