ibs-lab / cedalion

fNIRS analysis toolbox
MIT License
16 stars 6 forks source link

Dockerfile #6

Open harmening opened 5 months ago

harmening commented 5 months ago

@emiddell, as discussed, here's the Dockerfile I use to run cedalion on our HPC. It is based on continuumio/miniconda3, but uses debian:12-slim as base image instead of debian:bullseye-slim (debian:11-slim). This is because our specific vtk version requirement as specified in environment_dev.yml needs GLIBC 2.34 (debian:11 has GLIBC 2.31). The Dockerfile is probably not optimal, just used it as a first try to make large photon simulations with pmcx run on the HPC - the other pipelines are not tested yet.