pip install --no-cache-dir ;pip install --no-cache;docker --no-cache

docker build -t testXXX . --no-cache可以重新拉取数据,不使用已经存在本地的缓存,数据源改变时有用。

pip--no-cache-dir--no-cache也是一样

posted @ 2022-04-06 19:14  rain-1227  阅读(3281)  评论(0)    收藏  举报