We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install
--no-cache-dir
1 parent 037a23a commit c460eefCopy full SHA for c460eef
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ COPY LICENSE \
7
requirements.txt \
8
/code/
9
10
-RUN pip install -r /code/requirements.txt
+RUN pip install --no-cache-dir -r /code/requirements.txt
11
12
ENTRYPOINT ["/code/entrypoint.sh"]
13
CMD []
0 commit comments