MissouriMRDT / Autonomy_Software

Avoid cache directory with pip install --no-cache-dir <package> DOK-P1003
Performance
Minor
1 occurrence in this check
Avoid use of cache directory with pip. Use pip install --no-cache-dir <package>
 50    vim-common gasket-dkms
 51
 52# Install Required Python Packages and link python3 executable to python.
 53RUN ln -s /usr/bin/python3 /usr/bin/python && \ 54    python -m pip install numpy opencv-python pyopengl
 55
 56# Set Timezone