Quick reference
-
The official 3dslicer container image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
3dslicer | openEuler
Current 3dslicer docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Slicer, or 3D Slicer, is a free, open source software for visualization, processing, segmentation, registration, and analysis of medical, biomedical, and other 3D images and meshes; and planning and navigating image-guided procedures.
Learn more on 3dslicer website.
Supported tags and respective Dockerfile links
The tag of each 3dslicer container image is consist of the version of 3dslicer and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 5.8.1-oe2403sp1 | 3D Slicer 5.8.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
Usage
- Pull the
openeuler/3dslicerimage fromhub.docker.comdocker pull openeuler/3dslicer:{Tag} - Start a
3dslicerinstance
Now, you can use 3dslicer according to User Guide asdocker run -it --name my-3dslicer openeuler/3dslicer:{Tag}cd /opt/Slicer-Release/Slicer-build # To avoid UI errors export QT_XCB_FORCE_SOFTWARE_OPENGL=1 export LIBGL_ALWAYS_SOFTWARE=1 export QT_QPA_PLATFORM=xcb ./Slicer
Question and answering
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.