cryo
cryo copied to clipboard
feat: add docker
Motivation
Provide an additional method of running cryo
Solution
Add a dockerfile to the repo
PR Checklist
- [ ] Added Tests
- [x] Added Documentation
- [ ] Breaking changes
FYI you may compare with my version https://github.com/gradcap/cryo/blob/main/Dockerfile
@kskalski Thanks alot for this ! The Docker image is based off foundry's , but we could not use alpine as the python bindings require cylib which rust doesnt support in alpine, so book work is a good shout !
this looks really nice. @samtvlabs can you resolve the issues highlighted by @kskalski then it should be ready for merge