NoiseModelling library images built from https://github.com/Universite-Gustave-Eiffel/NoiseModelling
2.0K
Docker image for the NoiseModelling library which is capable of producing noise maps of cities.
docker run -dt --name noisemodelling -p 9580:9580 --mount type=bind,source="$(pwd)"/data,target=/data tomasanda/noisemodelling:latest
In the Dockerhub repository you'll find the following images/tags:
latest, updated from NoiseModelling Github repositorydocker-compose.ymldocker-compose.yml and paste the content below.data folder in the same directory to be able to mount it as a volume.version: '3'
services:
noisemodelling:
image: tomasanda/noisemodelling:latest
container_name: noisemodelling_latest
ports:
- "9580:9580"
volumes:
- type: bind
source: ./data
target: /data
Content type
Image
Digest
sha256:2207e259f…
Size
509.9 MB
Last updated
over 3 years ago
docker pull tomasanda/noisemodelling