Sign inSign up

vzgo666/vou

By vzgo666

Updated over 2 years ago

ICRANet-Armenia dockerized implementation of VOU_Blazar software

Image
Data science
1

1.3K

vzgo666/vou repository overview

VOU-Blazars Docker Container

This Docker container encapsulates the VOU-Blazars software, allowing users to execute tasks without manually managing dependencies and environment setups.

Prerequisites

  • Docker installed on your machine

Getting Started

  1. Pull the Docker image from Dockerhub:

    docker pull vzgo666/vou:latest
    
  2. 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.

  3. 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.

Tag summary

Content type

Image

Digest

sha256:e35f94a04

Size

452.7 MB

Last updated

about 3 years ago

docker pull vzgo666/vou