An open API service indexing awesome lists of open source software.

https://github.com/rnbguy/eran-docker

ERAN solver on Docker
https://github.com/rnbguy/eran-docker

Last synced: 4 months ago
JSON representation

ERAN solver on Docker

Awesome Lists containing this project

README

          

# ERAN on Docker

Launch Gurobi token server with the floating license on host machine.

From Docker hub.
```
$ docker run -it --rm --net="host" rnbguy/eran
```

From Github.
```
$ git clone git@github.com:rnbguy/eran-docker
$ docker build -t eran-local .
...
$ docker run -it --rm --net="host" eran-local
```