-
Notifications
You must be signed in to change notification settings - Fork 473
DL3042
Hong Xu edited this page Jun 22, 2021
·
5 revisions
RUN pip3 install MySQL_pythonRUN pip3 install --no-cache-dir MySQL_pythonOnce a package is installed, it does not need to be re-installed and the Docker cache can be leveraged instead. Since the pip cache makes the images larger and is not needed, it's better to disable it.