Share.

    1 Kommentar

    1. Probably should use a requirements.txt or Pipfile or whatever vs just using pip in the dockerfile. This image is also so slim, they should also consider using git to share the code and just letting the user build it themselves.

      Also the dockerfile should contain EXPOSE 8888 as well to let people know which port they need to expose. It doesn’t actually do anything, but it’s semantically meaningful.

    Leave A Reply