From 940a65a5a821d046a352af47207a4ec8bb0aa70c Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Thu, 2 Apr 2026 20:09:39 -0800 Subject: [PATCH] Attempt to fix the workload integration failure. --- .gitignore | 5 +++++ Dockerfile.py | 2 +- testsou/renameDockerfile.cpymat | 2 +- testsou/renameDockerfile.pmpymat | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81647a6f..b323b3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,8 @@ htmlcov/ # Concore specific concorekill.bat + +.claude +.codex +.cursor +_bmad diff --git a/Dockerfile.py b/Dockerfile.py index 1a2a5169..f769c959 100644 --- a/Dockerfile.py +++ b/Dockerfile.py @@ -1,7 +1,7 @@ FROM python:3.10-slim WORKDIR /src -RUN apt-get update && apt-get install -y build-essential g++ libgl1-mesa-glx libx11-6 && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y build-essential g++ libgl1 libx11-6 && rm -rf /var/lib/apt/lists/* COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . diff --git a/testsou/renameDockerfile.cpymat b/testsou/renameDockerfile.cpymat index 31dbade5..88326efc 100644 --- a/testsou/renameDockerfile.cpymat +++ b/testsou/renameDockerfile.cpymat @@ -2,7 +2,7 @@ FROM jupyter/base-notebook USER root RUN apt-get update -RUN apt-get install -y build-essential g++ libgl1-mesa-glx libx11-6 +RUN apt-get install -y build-essential g++ libgl1 libx11-6 RUN conda install matplotlib scipy RUN pip install cvxopt COPY . /src diff --git a/testsou/renameDockerfile.pmpymat b/testsou/renameDockerfile.pmpymat index df4a0809..8045b470 100644 --- a/testsou/renameDockerfile.pmpymat +++ b/testsou/renameDockerfile.pmpymat @@ -2,7 +2,7 @@ FROM jupyter/base-notebook USER root RUN apt-get update -RUN apt-get install -y build-essential g++ libgl1-mesa-glx libx11-6 +RUN apt-get install -y build-essential g++ libgl1 libx11-6 RUN conda install matplotlib scipy RUN pip install cvxopt COPY . /src