hubmapconsortium / codex-pipeline

CODEX data processing code
GNU General Public License v3.0
10 stars 4 forks source link

Can't build images without Docker build cache #39

Closed mruffalo closed 1 year ago

mruffalo commented 1 year ago

The codex-scripts image build uses an un-pinned version of Miniconda, and the pipeline code depends on a few package versions which aren't compatible with current Anaconda/Miniconda (based on Python 3.10). Pin the Anaconda version to the one we were using previously, to allow building new versions of the codex-scripts container from scratch.