diff --git a/leafweb-vision/docker-compose.yml b/leafweb-vision/docker-compose.yml index c90499a..b717e0a 100644 --- a/leafweb-vision/docker-compose.yml +++ b/leafweb-vision/docker-compose.yml @@ -3,7 +3,7 @@ services: image: ultralytics/ultralytics:latest container_name: leafweb-vision restart: unless-stopped - command: bash -c "pip install 'streamlit>=1.29.0' -q --root-user-action=ignore && yolo solutions inference" + command: bash -c "pip install 'streamlit>=1.29.0' opencv-python-headless -q --root-user-action=ignore && pip uninstall opencv-python -y -q 2>/dev/null; yolo solutions inference" ports: - "8501:8501" volumes: