https://github.com/anheuermann/fmpy-dockerimage
Docker Image with FMPy
https://github.com/anheuermann/fmpy-dockerimage
ci docker-image
Last synced: 11 months ago
JSON representation
Docker Image with FMPy
- Host: GitHub
- URL: https://github.com/anheuermann/fmpy-dockerimage
- Owner: AnHeuermann
- License: mit
- Created: 2023-10-24T15:37:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T11:45:01.000Z (over 2 years ago)
- Last Synced: 2025-01-29T05:29:12.003Z (over 1 year ago)
- Topics: ci, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/anheuermann/fmpy
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FMPy Docker Image
[](https://github.com/AnHeuermann/fmpy-dockerimage/actions/workflows/build.yml)
[](https://github.com/AnHeuermann/fmpy-dockerimage/actions/workflows/publish.yml)
## Build
```bash
export TAG=v0.3.18
docker build --pull --no-cache --tag anheuermann/fmpy:$TAG .
```
## Test
```bash
docker run --rm -v $(pwd)/fmus/:/fmus/ anheuermann/fmpy:$TAG python3 -m fmpy simulate /fmus/CoupledClutches.fmu
```
## Upload
The [publish.yml](./.github/workflows/publish.yml) workflow will build and upload the
Docker image to [https://hub.docker.com/repository/docker/anheuermann/fmpy](anheuermann/fmpy)
for each release.
## License
This Dockerfile is licensed under MIT License, see [LICENSE.md](./LICENSE.md).
FMPy is licensed under the 2-Clause BSD license.
The GUI of FMPy uses PyQt, see [/wiki.python.org/moin/PyQt/PyQtLicensing](https://wiki.python.org/moin/PyQt/PyQtLicensing).