We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an issue when the run_cellsium.sh script tries to save the resulting images:
run_cellsium.sh
OmeroStaticUpload/Dockerfile
Line 22 in 5507dea
It is basically a dependency issue in the CellSium project (see modsim/CellSium#2).
A simple solution is to resolve the dependency issue in the local Dockerfile: Change line 12
Dockerfile
Line 12 in 5507dea
RUN conda create -n cellsium python=3.8 cellsium roifile=2021.6.6 -c modsim -c conda-forge \
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an issue when the
run_cellsium.sh
script tries to save the resulting images:OmeroStaticUpload/Dockerfile
Line 22 in 5507dea
It is basically a dependency issue in the CellSium project (see modsim/CellSium#2).
A simple solution is to resolve the dependency issue in the local
Dockerfile
:Change line 12
OmeroStaticUpload/Dockerfile
Line 12 in 5507dea
as follows:
The text was updated successfully, but these errors were encountered: