mlops run ... failed during Docker build on python:3.10-slim because apt could not find software-properties-common.
I just removed software-properties-common from the apt install list in the Dockerfile and this seems to work. Is this needed at some point?
So, new line is: apt-get install -y --no-install-recommends build-essential git rsync
MLOps-tutorial/Dockerfile
Line 5 in a739a9d
mlops run... failed during Docker build onpython:3.10-slimbecause apt could not findsoftware-properties-common.I just removed
software-properties-commonfrom the apt install list in the Dockerfile and this seems to work. Is this needed at some point?So, new line is:
apt-get install -y --no-install-recommends build-essential git rsync