|
|
|
@ -9,5 +9,5 @@ fi
|
|
|
|
|
apt update
|
|
|
|
|
apt install -y python3-pip
|
|
|
|
|
|
|
|
|
|
pip3 install setuptools gunicorn
|
|
|
|
|
pip3 install -r web-interface/requirements.txt
|
|
|
|
|
pip3 install --break-system-packages setuptools gunicorn
|
|
|
|
|
pip3 install --break-system-packages -r web-interface/requirements.txt
|
|
|
|
|