You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I know I'm currently installing some things using pip install <pkgname> via dockerfile RUN commands -- I should convert those to pip install -r /requirements.txt and move the deps into the requirements file.
The text was updated successfully, but these errors were encountered:
Utilizing these supported package manifest formats will net some free security auditing.
For example, I know I'm currently installing some things using
pip install <pkgname>
via dockerfileRUN
commands -- I should convert those topip install -r /requirements.txt
and move the deps into the requirements file.The text was updated successfully, but these errors were encountered: