ICRANet-Armenia dockerized implementation of VOU_Blazar software
1.3K
This Docker container encapsulates the VOU-Blazars software, allowing users to execute tasks without manually managing dependencies and environment setups.
Pull the Docker image from Dockerhub:
docker pull vzgo666/vou:latest
Start the Docker Container:
After completing the previous step, you can run the VOU-Blazars software by starting the Docker container with specific right ascension (RA) and declination (DEC) values:
docker run --rm -v $(pwd)/work_dir:/work_dir vzgo666/vou --ra <RA_VALUE> --dec <DEC_VALUE>
This command creates container, links it to host machine work_dir and run the VOU_Blazar code. After completion it saves results to work_dir.
Repeat as Needed:
After the Docker container finishes running, it will write the output to the work_dir directory. You can start the container again with different --ra and --dec values as many times as you need. The container will process the new input and write the output to the same work_dir directory.
Content type
Image
Digest
sha256:e35f94a04…
Size
452.7 MB
Last updated
about 3 years ago
docker pull vzgo666/vou