Ready-to-run Docker images containing Slicer and Jupyter. See usage information below.
The image used to build Slicer each time a Pull Request is submitted.
For more details, see GitHub Actions workflow
Information about unmaintained images are available here.
Warning
slicer/slicer-notebook
images on dockerhub are outdated, therefore the
examples below uses latest images from lassoan/slicer-notebook
.
-
Start a Jupyter server by running this command:
Linux or macOS:
docker run -p 8888:8888 -p 49053:49053 -v "$PWD":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:latest
Windows:
docker run -p 8888:8888 -p 49053:49053 -v "%USERPROFILE%":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:latest
-
Open the link shown at the end of the command-line output (
http://127.0.0.1:8888/?token=...
) in a web browser.