vlc-robot / hiveformer

24 stars 1 forks source link

question: about singularity #1

Closed AlbertTan404 closed 1 year ago

AlbertTan404 commented 1 year ago

Hi there!

I'm new to singularity. I wonder in which way can I enter the pulled .sif file? Through singularity bash or singularity run?

Thanks.

AlbertTan404 commented 1 year ago

Cuz I just ran into "/bin/sh: 1: glxgears: not found" after I entered singularity run vlc_rlbench.sif_latest.sif and GPT-4 told me that "The error message "/bin/sh: 1: glxgears: not found" indicates that the command glxgears is not found in the Singularity container (my_image.sif) that you are trying to run. The issue is not with the host but with the image itself."

cshizhe commented 1 year ago

You could use singularity shell to use the image in interactive mode.