This repository contains instructions on how to build and run the container environment used in the ADASS21 demo, Astronomical Image Processing at Scale With Pegasus and Montage.
The docker image contains the following:
- compiled Montage binaries
- Pegasus 5.0.1
- HTCondor 8.8
- Jupyter Notebooks
- Montage+Pegasus workflow
- Pegasus tutorials
docker image build -t adass21-montage .
docker container run \
--privileged \
--rm \
--name adass \
-p 9999:8888 \
adass21-montage
- In a browser window, navigate to
localhost:9999
. - When prompted for a password, enter
scitech
. - In the file browser, navigate to
PegasusMontage/PegasusMontage.ipynb
to run the jupyter notebook.