From a766bf936d9162673800c6d832d39e99b7081e81 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 20 Aug 2025 17:43:36 -0400 Subject: [PATCH] add comment about libgomp1 in install_deps --- docker/main/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 1e0c181e2..ea7f03a7b 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -19,8 +19,8 @@ apt-get -qq install --no-install-recommends -y \ nethogs \ libgl1 \ libglib2.0-0 \ - libgomp1 \ - libusb-1.0.0 + libusb-1.0.0 \ + libgomp1 # memryx detector update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1