picpilot-server / run.sh
VikramSingh178's picture
chore: Install libgl1-mesa-glx for compatibility with image processing libraries
f46e60b
raw
history blame
306 Bytes
<<<<<<< HEAD
apt-get update && apt-get install python3-dev -y
apt install libgl1-mesa-glx -y
=======
apt-get update && apt-get install python3-dev
pip install -r requirements.txt
apt install libgl1-mesa-glx
>>>>>>> 5f62f6b (chore: Install libgl1-mesa-glx for compatibility with image processing libraries)