Closed tomvars closed 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?
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
Have been unsuccessful following the installation instructions, I hit
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 🙏