Skip to content

Conversation

@itsiiie
Copy link

@itsiiie itsiiie commented Jan 31, 2026

What this PR does

Fixes Docker build failure caused by uv run being executed before openmm is installed.

Why this is needed

uv does not automatically install runtime dependencies.
openmm must be installed before invoking any uv run commands.

Changes

  • Install openmm prior to uv run install.py in Dockerfile

Result

Docker build completes successfully without runtime errors.

Fixes #271

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.

Error:Docker Build

1 participant