Closed alhafidzhamdan closed 3 years ago
Due to licensing restrictions, we do not provide pre-built Docker images. So there is no stjude/cicero:0.3.0
image on Docker hub from which Singularity can build. You will need to build the Docker image on a machine that allows Docker. You could then build the Singularity image from that and transfer it to your HPC to run.
Perfect- thanks for that, much appreciated
Hi there, My HPC does not allow direct docker use so i'm using singularity instead to build the docker image. Using this command:
singularity --verbose --debug build cicero.simg docker://stjude/cicero:0.3.0
It says authentication required- i'm not sure if i've done anything wrong with the command? Appreciate any input. A