ml4ir icon indicating copy to clipboard operation
ml4ir copied to clipboard

run_driver.sh rebuilds docker image on each invocation

Open lastmansleeping opened this issue 5 years ago • 1 comments

lastmansleeping avatar May 27 '20 07:05 lastmansleeping

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...

lastmansleeping avatar Aug 19 '20 18:08 lastmansleeping