Open lauramurgatroyd opened 1 month ago
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
import cil, sys print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
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