Hi, I’m looking for a way to create a basic Slicer application on the web using trame-slicer. Ideally, I think I’d like to run it in a docker container to make it somewhat portable. Is there an existing, recommended docker image that I could base my application on? I know there is a trame image but I believe that trame-slicer requires the slicer python interpreter. Sorry I’m fairly new to all of this
Hi @rlhisey,
There is no official trame-slicer docker image yet, but there is an open draft PR open on the subject to have a minimal dockerfile recipe to get people started on the deployment.
The docker image doesn’t rely on the Slicer environment but on the VTK MRML wheel which corresponds to the core 3D Slicer classes and compiled for Python 3.10 on Windows and Linux x64.
These wheels are compatible with deployment for cloud / k8s and desktop apps using PyInstaller / Tauri.
What kind of application are you looking to build?
Best,
Thibault