TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 45 forks source link

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

Open lauramurgatroyd opened 1 month ago

lauramurgatroyd commented 1 month ago

Description

Once we have done: https://github.com/TomographicImaging/CIL-User-Showcase/issues/20 https://github.com/TomographicImaging/CIL-Demos/issues/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)