MissouriMRDT / Autonomy_Software

Pin versions in pip DOK-DL3013
Bug risk
Major
1 occurrence in this check
Pin versions in pip. Instead of pip install <package> use pip install <package>==<version> or pip install --requirement <requirements file>
 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