- Copy 1 of the folders with the dockerfile on your machine.
- Download the SCIP Optimization Suite Source code from https://scip.zib.de/index.php#download and put it in the same folder.
- Then use below instructions to build and run the Docker container.
docker build --no-cache -t myscip .
docker run -it --name=myscip --entrypoint /bin/sh myscip
docker run -it --name=myscip-python -p 8888:8888 myscip-python