Skip to content

Commit

Permalink
Check development update
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Feb 18, 2022
1 parent 0a457ee commit 67df9cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,12 @@ To develop ``pl-med2img`` from within a containerized deployment, do
.. code-block:: bash
docker run --rm -it \
-v $PWD/med2img:/usr/local/lib/python3.8/dist-packages/med2img:ro \
-v $PWD/med2img:/usr/local/lib/python3.8/dist-packages/med2img:ro \
-v $PWD/in:/incoming:ro -v $PWD/out:/outgoing:rw \
fnndsc/pl-med2img med2img \
--inputFileSubStr "dcm" --sliceToConvert 0 \
/incoming /outgoing
(obviously in the above use whatever CLI flags are relevant to your debugging case).

*-30-*

0 comments on commit 67df9cf

Please sign in to comment.