moabitcoin / cherry-pytorch

Reinforcement Learning Tutorials & other bedtime stories in PyTorch
MIT License
11 stars 1 forks source link

Docker support #37

Closed sandhawalia closed 4 years ago

sandhawalia commented 4 years ago

Currently we only support using cherry within a conda 🐍 environment. We'd like to add support for building/running docker image. Following functionalities are handy

  1. Building docker image for cherry
  2. Publishing docker image on Docker Hub

Sample setup from here

sandhawalia commented 4 years ago

Addressed here https://github.com/moabitcoin/cherry-pytorch/pull/39