Skip to content

Build, package, test, and run 3D Slicer and Slicer Extensions in Docker.

License

Notifications You must be signed in to change notification settings

lostintheunderflow/SlicerDocker

 
 

Repository files navigation

Docker images for 3D Slicer

Images

slicer/slicer-notebook
slicer-notebook-images Ready-to-run Docker images containing Slicer and Jupyter. See more information below.
slicer/slicer-base
slicer-base-images The image used to build Slicer on CircleCI each time a Pull Request is submitted. For more details, see .circleci/config.yml

Information about unmaintained images are available here.

Usage of slicer-notebook image

  1. Start a Jupyter server by running this command:

Linux or MacOS:

docker run -p 8888:8888 -p49053:49053 -v "$PWD":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:2021-10-15-b3077c2

Windows:

docker run -p 8888:8888 -p49053:49053 -v "%USERPROFILE%":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:2021-10-15-b3077c2
  1. Open the link shown at the end of the command-line output (http://127.0.0.1:8888/?token=...) in a web browser.

About

Build, package, test, and run 3D Slicer and Slicer Extensions in Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 49.2%
  • Shell 26.7%
  • CMake 10.7%
  • Makefile 7.7%
  • Python 5.7%