GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

capture stdout when building docker images #84

Closed laurencejackson closed 1 year ago

laurencejackson commented 1 year ago

When building docker images at the moment not output is displayed, see below:

image

If we can capture stdout and display that as the image builds then the user is aware that the build is proceeding, and gains an understanding of which parts could be sped up.