diff --git a/.gitignore b/.gitignore index 81647a6..b323b3e 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 1a2a516..f769c95 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 31dbade..88326ef 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 df4a080..8045b47 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