Skip to content

Releases: kchemorion/slicerGUI

V 1.1 MVP

30 Jun 16:33

Choose a tag to compare

added license

MVP

25 Mar 09:35

Choose a tag to compare

Dockerized Slicer with Web Interface

This repository provides a Dockerfile and associated files to containerize 3D Slicer, a popular open-source software platform for medical image informatics, image processing, and three-dimensional visualization. The Docker image includes an Ubuntu desktop environment with VNC and noVNC/web access for remote usage. It also incorporates necessary dependencies and configurations to seamlessly integrate 3D Slicer into a web interface.
Features:

Simplified Deployment: With Docker, you can easily deploy 3D Slicer along with its dependencies without worrying about system-specific configurations.
Web Interface: Access 3D Slicer remotely through a web browser using the provided noVNC/web access.
Custom Script: The Docker image includes a custom script to start 3D Slicer and maximize its window for better user experience.
Volume Mapping: Easily map local directories to directories within the container for seamless data exchange.

Instructions:

To use this Dockerized version of 3D Slicer:

Clone this repository to your local machine.
Download the 3D Slicer application and place it in the Slicer directory within this repository.
Build the Docker image using the provided Dockerfile.
Run the Docker container, exposing the necessary ports for VNC and web access.
Access 3D Slicer remotely through your web browser by navigating to the provided URL.

For detailed instructions on building and running the Docker image, refer to the README.md file in this repository.
License:

This project is licensed under the Creative Commons CC0 1.0 Universal license, allowing users to freely use, modify, and distribute the software without any restrictions. For more information, see the LICENSE file.