The nmr-respredict container provides residual-based NMR chemical shift prediction. It is distributed as a separate Docker image and is included in the NMRKit Docker Compose stack for future integration.
| Registry | Image | Tags |
|---|---|---|
| Docker Hub | nfdi4chem/nmr-respredict | dev-latest, latest |
Source: stefhk3/nmr-respredict-docker
In the current deployment, nmr-respredict runs alongside the API and shares the /shared volume. The FastAPI application does not yet expose a dedicated REST endpoint for this engine — prediction is currently routed through nmr-cli using the nmrdb.org and nmrshift engines.
Planned integration is tracked in #62 — Integrate nmr-respredict Docker image.
nmr-respredict:
image: nfdi4chem/nmr-respredict:dev-latest
container_name: nmr-respredict
entrypoint: /bin/sh
stdin_open: true
tty: true
volumes:
- shared-data:/shared/shared