Skip to content

Commit

Permalink
DOCS: Correct number of dockers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostJM committed Apr 21, 2017
1 parent 974c476 commit 0dd46a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Detailed installation instructions, as well as instructions for installing PyRad

### Docker

PyRadiomics contains three "flavors" of [Dockers](https://www.docker.com/). The first is a command line installation of the `pyradiomics` and `pyradiomicsbatch` command lines. The second is a [Jupyter notebook](http://jupyter.org/) with PyRadiomics pre-installed with example Notebooks. The third is a Ubuntu 16 based Docker for command line and interactive use. To build the Dockers:
PyRadiomics also supports [Dockers](https://www.docker.com/). Currently, the only docker available is a [Jupyter notebook](http://jupyter.org/) with PyRadiomics pre-installed with example Notebooks. To build the Docker:

docker build -t radiomics/notebook .

The `radiomics/notebook` Docker has an exposed volume (`/data`) that can be mapped to the host system directory. For example, to mount the current directory:

docker run --rm -it --publish 8888:8888 -v `pwd`:/data radiomics/notebook
Expand Down

0 comments on commit 0dd46a7

Please sign in to comment.