Currently, when there is no makefile, the build step fails and aborts the whole scoring process. We need to figure out how we pass through errors in the makefile (as opposed to RUN make || true in the build step which would ignore errors but silently discard any output)
Currently, when there is no makefile, the build step fails and aborts the whole scoring process. We need to figure out how we pass through errors in the makefile (as opposed to
RUN make || true
in the build step which would ignore errors but silently discard any output)