scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
366 stars 63 forks source link

Create public Docker image for SCIPOptSuite #66

Closed blevkovych closed 8 months ago

blevkovych commented 8 months ago

@mmghannam this is the dockerfile to build linux/arm64 and linux/amd64 images and workflow to push them to dockerhub, please add secrets.DOCKERHUB_USERNAME, secrets.DOCKERHUB_TOKEN to repository secrets. Also I assume this is your dockerhub account if not change IMAGE_NAME, REPOSITORY_NAME.

Works with version 8.0.4

mmghannam commented 8 months ago

Thanks @blevkovych for your work! @ju-manns what do you think?