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
- Host: GitHub
- URL: https://github.com/rnbguy/eran-docker
- Owner: rnbguy
- License: mit
- Created: 2021-03-22T18:36:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T00:40:15.000Z (about 5 years ago)
- Last Synced: 2025-10-13T12:04:25.868Z (8 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```