SkillAgentSearch skills...

Gurobi

This repository contains a Dockerfile to create a Docker image for solving linear programming optimization problems with Gurobi. The Docker image is available via Docker Hub.

Install / Use

/learn @SG2B/Gurobi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

docker-gurobi

This repository contains a Dockerfile to create a Docker image for solving linear programming optimization problems with Gurobi. The Docker image is available via Docker Hub.

Usage

docker run -e 'GUROBI_LICENSE=your-license-key' -v /path/to/license:/home/gurobi -v /path/to/scripts:/usr/local/gurobi/scripts --network 'host' sg2b/gurobi

With docker-compose

version: '2'

services:
  gurobi:
    image: sg2b/gurobi
    container_name: gurobi652
    environment:
      - 'GUROBI_LICENSE=your-license-key'
    volumes:
      - /path/to/license:/home/gurobi
      - /path/to/scripts:/usr/local/gurobi/scripts
    network_mode: "host"
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Shell

Security Score

70/100

Audited on Feb 3, 2026

No findings