TIO-IKIM / CellViT

CellViT: Vision Transformers for Precise Cell Segmentation and Classification
https://doi.org/10.1016/j.media.2024.103143
Other
189 stars 27 forks source link

Docker Image progress #29

Closed tomvars closed 4 months ago

tomvars commented 8 months ago

Have been unsuccessful following the installation instructions, I hit

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.31=0
  - feature:|@/linux-64::__glibc==2.31=0
  - cucim -> __glibc[version='>=2.17,<3.0.a0']
  - cucim -> cupy[version='>=9,<12.0.0a0'] -> __glibc[version='>=2.17']

Your installed version is: 2.31

When running conda install -c rapidsai cucim (Ubuntu 20.04.1, CUDA 12.0)

Feel a docker image would be a big step forward. Starting from the rapidsai/base image seems to work relatively well but then the issue is installing OpenSlide from source. Any update on the docker image would be appreciated 🙏

FabianHoerst commented 8 months ago

Is the error just related to cucim? Could you provide me with more details about the error (When does it fail, steps to reproducte etc.). Is installing openslide from anaconda an option for the docker container as it should install all binaries?

kaczmarj commented 1 month ago

Is installing openslide from anaconda an option for the docker container as it should install all binaries

it would be. another option would be to install the openslide system package. on debian-derivatives, this would be

apt-get install libopenslide0