Hello Krzysztof,
please include always full output from shell. I was able to help you because in first post you have
u22@W2:~$ apptainer run salome_meca-lgpl-2024.1.0-1-20240327-scibian-11.sif...
How are you starting as_run?
To open a shell inside container with salome_meca environment use command:
./salome_meca-lgpl-2024.1.0-1-20240327-scibian-11 -- shell
Then you can start as_run.
watch out, there is a space between -- and shell. Without space, there is no salome_meca environment.
For more options look at output from command:
./salome_meca-lgpl-2024.1.0-1-20240327-scibian-11 -- help
and (this is different commmand):
./salome_meca-lgpl-2024.1.0-1-20240327-scibian-11 --help
To start as_run in one command for file ~/example/example.export you can use:
~/salome_meca-lgpl-2024.1.0-1-20240327-scibian-11 -- shell -- as_run ~/example/example.export
(~ is same like /home/u22)
Stano