ml4ir
ml4ir copied to clipboard
run_driver.sh rebuilds docker image on each invocation
The fix is to first COPY requirements.txt and then copy the rest of the code into docker container after installing all python requirements. This way, docker caches the pip install...