File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ htmlcov/
3131
3232# Concore specific
3333concorekill.bat
34+
35+ .claude
36+ .codex
37+ .cursor
38+ _bmad
Original file line number Diff line number Diff line change 11FROM python :3.10 - slim
22
33WORKDIR / src
4- RUN apt - get update & & apt - get install - y build - essential g + + libgl1 - mesa - glx libx11 - 6 & & rm - rf / var / lib / apt / lists / *
4+ RUN apt - get update & & apt - get install - y build - essential g + + libgl1 libx11 - 6 & & rm - rf / var / lib / apt / lists / *
55COPY requirements .txt .
66RUN pip install - - no - cache - dir - r requirements .txt
77COPY . .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM jupyter/base-notebook
22
33USER root
44RUN apt-get update
5- RUN apt-get install -y build-essential g++ libgl1-mesa-glx libx11-6
5+ RUN apt-get install -y build-essential g++ libgl1 libx11-6
66RUN conda install matplotlib scipy
77RUN pip install cvxopt
88COPY . /src
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM jupyter/base-notebook
22
33USER root
44RUN apt-get update
5- RUN apt-get install -y build-essential g++ libgl1-mesa-glx libx11-6
5+ RUN apt-get install -y build-essential g++ libgl1 libx11-6
66RUN conda install matplotlib scipy
77RUN pip install cvxopt
88COPY . /src
You can’t perform that action at this time.
0 commit comments