Lab41/attalos

Domino Docker Layer Needed

Closed this issue · 2 comments

agude commented

Domino requires a few special things in their docker file:

  • User ubuntu must exist and be able run all the software
  • Needs ipython if notebooks are going to work

Probably just the former would be a good start.

agude commented

I've got a very preliminary Dockerfile written. I need to get the $PATH set correctly but then it should be good-to-go. It currently runs (with some $PATH hacking) fine.

agude commented

#49 goes part of the way to solving this, but we should still set up the $PATH for the ubuntu user inside the container instead of through Domino so that it is easier to use.