TomographicImaging/CIL

CIL's dockerfile should use environment files from CIL-Demos and CIL-User-Showcase

Opened this issue · 0 comments

Description

Once we have done:
TomographicImaging/CIL-User-Showcase#20
TomographicImaging/CIL-Demos#193

make the Dockerfile use conda install -n base --file=https://raw.githubusercontent.com/TomographicImaging/CIL-{Demos,User-Showcase}/refs/heads/main/environment.yml

See https://github.com/SyneRBI/SIRF-SuperBuild/blob/master/docker/user_demos.sh for similar approach

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)