Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanori
Copy link
Contributor

@sanori sanori commented Jan 23, 2024

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

  • Ubuntu: 18.04 -> 22.04 (OpenCL 3.0 is supported since Ubuntu 22.04)
  • CUDA: 11.2.2 -> 11.7.1 (Official CUDA image version that supports Ubuntu 22.04 is 11.7.1)

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

This PR resolves Issue #31 .

@manhtruongwang
Copy link

Amazing fix, thanks you

@cgint
Copy link

cgint commented Mar 23, 2024

I faced the same issue as described in #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants