Hi,
I am trying to run vesselexpress (Ver 1.1.0) using the example data ( VEA_0.25mm^3/Raw/210428_ob593right_500x_VEA.TIFF) following the brain_config.json parameters via the browser version (with Chrome or Edge) or the command line through Docker Desktop (Ver 4.31.1) installation. When I run it either way I get this error "Your conda installation is not configured to use strict channel priorities."
. I noticed that I can get the binary and skeleton of the image using the command line but then it get multiple errors while running it and then I get this:

.
I followed this for the installation of vesselexpress in Windows Powrshell.
- docker pull phispa1812/vesselexpress
- docker run -p 5000:5000 phispa1812/vesselexpress
- Type: localhost:5000 in your browser
I also tried using the Anaconda PowerShell prompt and running this command "conda config --set channel_priority strict" before installing vesselexpress just to see if it makes any difference.
I am doing this test on Windows 11 Home 23H2 (laptop) and wsl-2 running with Ubuntu 20.04.
Am I missing an important package or step in the installation?
Thanks,
Daniel