You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come from a docker background and I'm just testing things out. Is there a way to launch a container with Singularity and allow it to produce sound. I have a container so far that can run Firefox, but sound doesn't come out if I have youtube playing. For example I believe on docker you can pass --device /dev/snd (Add a host device to the container). Here is my Singularity file
singularity run --bind /dev/snd:/dev/snd singularity-firefox.sif
FATAL: could not open image /dev/snd:/dev/snd: failed to retrieve path for /dev/snd:/dev/snd: lstat /dev/snd:: no such file or directory
Thanks!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I come from a docker background and I'm just testing things out. Is there a way to launch a container with Singularity and allow it to produce sound. I have a container so far that can run Firefox, but sound doesn't come out if I have youtube playing. For example I believe on docker you can pass --device /dev/snd (Add a host device to the container). Here is my Singularity file
Here are are the things I tried with no luck
And
Thanks!
The text was updated successfully, but these errors were encountered: