svalinn / parastell

Parametric 3-D CAD modeling toolset for stellarator fusion devices
MIT License
24 stars 11 forks source link

resolve missing library when building dockerfile #114

Closed Edgar-21 closed 3 months ago

Edgar-21 commented 3 months ago

The Build & publish Docker image for ParaStell CI action currently is failing since apt-get cannot find libtiff5. I noticed the base image had updated just prior to this failure, and tried with tag for the previous docker image which resolved the missing library issue.

Fixes #115

Edgar-21 commented 3 months ago

My apologies, I edited the description to provide some more detail. This was mentioned briefly in the parastell channel a few weeks back as well, just took me a while to get around to submitting this PR.

gonuke commented 3 months ago

It looks like libtiff5-dev is available - can we try switching to that and unpinning the miniconda image version? Pinning specific versions usually ends up leading to trouble down the road...