areusch commented on a change in pull request #8575:
URL: https://github.com/apache/tvm/pull/8575#discussion_r678488501
##########
File path: docker/Dockerfile.ci_arm
##########
@@ -23,6 +23,9 @@ FROM ubuntu:18.04
RUN apt-get update --fix-missing
RUN apt-get install -y ca-certificates gnupg2
+# Globally disable pip cache
+RUN pip config set global.cache-dir false
Review comment:
is it `global.no-cache-dir` or `global.cache-dir`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]