initial repo
This commit is contained in:
13
.docker-compose/Dockerfile
Normal file
13
.docker-compose/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM python:3.9.6
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN python -m pip install pulp
|
||||
RUN svn checkout https://projects.coin-or.org/svn/Cbc/releases/2.9.8 Cbc-2.9.8
|
||||
RUN cd Cbc-2.9.8 && \
|
||||
./configure && \
|
||||
make && \
|
||||
make install
|
||||
|
||||
CMD tail -f /dev/null
|
Reference in New Issue
Block a user