Skip to content
New issue

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

Error in script run_cellsium.sh #1

Open
StephanAllgeier opened this issue Jun 1, 2023 · 0 comments
Open

Error in script run_cellsium.sh #1

StephanAllgeier opened this issue Jun 1, 2023 · 0 comments

Comments

@StephanAllgeier
Copy link

There is an issue when the run_cellsium.sh script tries to save the resulting images:

RUN bash ./run_cellsium.sh

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

RUN conda create -n cellsium python=3.8 cellsium -c modsim -c conda-forge \

as follows:

RUN conda create -n cellsium python=3.8 cellsium roifile=2021.6.6 -c modsim -c conda-forge \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant