From e54fc02a0844f16c3a7b013dea4ef31adfe2bb27 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Tue, 14 Oct 2025 10:43:29 -0500 Subject: [PATCH] fix commands --- ci/docker/test_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker/test_image.sh b/ci/docker/test_image.sh index ab4499a930..68a0013d18 100644 --- a/ci/docker/test_image.sh +++ b/ci/docker/test_image.sh @@ -19,7 +19,7 @@ set -euo pipefail # Install dependencies apt-get update -DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends file bzip2 +DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends file bzip2 gcc # Download test data bash datasets/linear_programming/download_pdlp_test_dataset.sh @@ -37,7 +37,7 @@ chmod -R a+w "$(pwd)" cat > /opt/cuopt/test.sh <