cryo icon indicating copy to clipboard operation
cryo copied to clipboard

feat: add docker

Open distributedstatemachine opened this issue 2 years ago • 2 comments

Motivation

Provide an additional method of running cryo

Solution

Add a dockerfile to the repo

PR Checklist

  • [ ] Added Tests
  • [x] Added Documentation
  • [ ] Breaking changes

distributedstatemachine avatar Aug 18 '23 17:08 distributedstatemachine

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 !

distributedstatemachine avatar Aug 19 '23 07:08 distributedstatemachine

this looks really nice. @samtvlabs can you resolve the issues highlighted by @kskalski then it should be ready for merge

sslivkoff avatar Aug 29 '23 21:08 sslivkoff