FoldingAtHome / containers

Docker containers for easily launching the Folding@home client anywhere!
Creative Commons Zero v1.0 Universal
62 stars 20 forks source link

Change base image and add a package to run FahCore_23 #32

Open sanori opened 9 months ago

sanori commented 9 months ago

Since FahCore 23 (and OpenMM 8.0.3) requires OpenCL 3.0, we need to upgrade CUDA and Ubuntu versions.

FahCore 23 requires libexpat1 shared library. So, install libexpat1 package.

This PR resolves Issue #31 .

manhtruongwang commented 9 months ago

Amazing fix, thanks you

cgint commented 7 months ago

I faced the same issue as described in https://github.com/FoldingAtHome/containers/issues/31.

@sanori Thx for your PR

That fixed it for me and now everything works inside docker the same way as on my host machine.