From 30420f91cdc308050fb0dca438abafd41292746c Mon Sep 17 00:00:00 2001 From: "Mauro I. Dominguez" Date: Tue, 4 Jan 2022 18:13:33 -0300 Subject: [PATCH] ENH: add docker file with Slicer, GPU rendering support, REST API requests and vnc --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 6300894..d1762ac 100644 --- a/README.rst +++ b/README.rst @@ -32,3 +32,11 @@ Windows:: docker run -p 8888:8888 -p49053:49053 -v "%USERPROFILE%":/home/sliceruser/work --rm -ti lassoan/slicer-notebook:2021-10-15-b3077c2 2. Open the link shown at the end of the command-line output (``http://127.0.0.1:8888/?token=...``) in a web browser. + +Docker files for 3D Slicer +*************************** + +`dockerfile `_ that: + +- Runs Slicer with GPU rendering and connects to it via vnc (using a client running in the web browser) +- Communicate with Slicer via WebServer module via REST API