Skip to content
/ SCIP Public

SCIP with threading functionality in Docker (scip.zib.de)

Notifications You must be signed in to change notification settings

sanderdw/SCIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile SCIP (scip.zib.de) in Docker with threading functionality

  • 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.

Build instructions

docker build --no-cache -t myscip .

SCIP Only

Start a docker container with an interactive shell
docker run -it --name=myscip --entrypoint /bin/sh myscip

SCIP + Python

Start a docker container with an Jupyter python 3.7 notebook
docker run -it --name=myscip-python -p 8888:8888 myscip-python

About

SCIP with threading functionality in Docker (scip.zib.de)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published