https://github.com/k3jph/python-optimization
Docker container to use Pyomo with GLPK and COIN-OR
https://github.com/k3jph/python-optimization
coin-or docker glpk-solver optimization pyomo python3
Last synced: 7 months ago
JSON representation
Docker container to use Pyomo with GLPK and COIN-OR
- Host: GitHub
- URL: https://github.com/k3jph/python-optimization
- Owner: k3jph
- Created: 2021-05-30T15:33:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T23:11:19.000Z (about 4 years ago)
- Last Synced: 2024-01-27T11:33:55.139Z (over 1 year ago)
- Topics: coin-or, docker, glpk-solver, optimization, pyomo, python3
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



[](https://zenodo.org/badge/latestdoi/372251118)# TorchCDE Dockerfile
[Docker](http://docker.com) container to use [Pyomo](http://www.pyomo.org/) with
[GLPK](https://www.gnu.org/software/glpk/) and [COIN-OR](https://www.coin-or.org/).## Usage
### Install
Pull `k3jph/python-optimization` from the Docker repository:
docker pull k3jph/python-optimization
Or build `k3jph/python-optimization` from source:
git clone https://github.com/k3jph/python-optimization.git
docker build -t k3jph/python-optimization .## Services
This is for [Open Science Grid's Singularity](https://support.opensciencegrid.org/support/solutions/articles/12000024676-docker-and-singularity-containers) containers, so no services
are provided.## Volumes
Volume | Description
----------------|-------------
`/srv` | The location of the application root
`/cvmfs` | The OSG's CVMFS storage system