我想使用singularity创建容器。我自己创建的.sif无法使用。为排除我的问题,于是尝试了最基本的toy example:
singularity pull library://godlovedc/demo/lolcow
singularity run lolcow_latest.sif
运行后报错:FATAL: container creation failed: mount /proc/self/fd/3->/usr/local/var/singularity/mnt/session/rootfs error: while mounting image /proc/self/fd/3: kernel reported a bad superblock for squashfs image partition, possible causes are that your kernel doesn't support the compression algorithm or the image is corrupted
请问该如何解决?