Newer
Older
if [ ! -f "mongodb.sif" ] ; then
echo "Downloading mongodb singularity image..."
wget https://eicweb.phy.anl.gov/containers/image_recipes/-/jobs/artifacts/master/raw/build/Singularity.mongo.simg?job=mongo_singular -O mongodb.sif
fi
#wget https://eicweb.phy.anl.gov/containers/image_recipes/-/jobs/artifacts/master/raw/build/Singularity.mongo.simg?job=mongo_singular -O mongodb.sif
#singularity exec mongodb.sif mongod --dbpath data --repair