QuNex container publishing - ULJ-Yale/qunexsdk GitHub Wiki

Publishing docker containers

Containers are simply pushed into the official QuNex docker hub:

TAG=<QuNex version tag>
docker push docker.io/qunex/qunex_suite:${TAG}
docker push docker.io/qunex/qunex_suite:${TAG}_fs8

Publishing singularity containers

Singularity/Apptainer .sif images are uploaded to MBLab's pooh server:

USER=<pooh_username>
TAG=<QuNex version tag>
scp -O -P 52555 ${QX_CONTAINERS}/qunex_suite-${TAG}.sif ${USER}[email protected]:/volume1/web/qunex/
scp -O -P 52555 ${QX_CONTAINERS}/qunex_suite-${TAG}_fs8.sif ${USER}@pooh.mblab.si:/volume1/web/qunex/

Publishing the qunex_container script

The qunex_container script is uploaded to MBLab's pooh server:

USER=<pooh_username>
scp -O -P 52555 /opt/software/qunex/bin/qunex_container ${USER}@pooh.mblab.si:/volume1/web/qunex/