remove cache RUN apt autoremove -y &&\ apt-get clean &&\ rm -rf /usr/local/src/* pip RUN pip install -U pip &&\ pip install --no-cache-dir numpy RUN pip install -r requirements.txt &&\ rm -rf ~/.cache/pip