76f6b299创建于 2025年9月4日历史提交
文件最后提交记录最后更新时间
1 年前
9 个月前
1 年前
1 年前
README.md

Quick reference

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/3dslicer image from hub.docker.com
    docker pull openeuler/3dslicer:{Tag}
    
  • Start a 3dslicer instance
    docker run -it --name my-3dslicer openeuler/3dslicer:{Tag}
    
    Now, you can use 3dslicer according to User Guide as
    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.