0xmrwn / automated-news-breakdown

Avoid cache directory with pip install --no-cache-dir <package> DOK-P1003
Performance
Minor
a year agoa year old
Avoid use of cache directory with pip. Use pip install --no-cache-dir <package>
 5COPY requirements.txt auto_summary
 6
 7# installing dependencies
 8RUN pip install --no-cache -r auto_summary/requirements.txt 9SHELL ["/bin/bash", "--login" , "-c"]
10
11# setting work directory