atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
2 stars 3 forks source link

Do not run as root within the container #177

Open sajith opened 1 year ago

sajith commented 1 year ago

When building the container images, there's this warning:

WARNING: Running pip as the 'root' user can result in broken
permissions and conflicting behaviour with the system package
manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venv

Both running as a non-root user and using a virtual environment seem to be good ideas.