Sam McAlilly

Results 6 comments of Sam McAlilly

I get a denied error after trying the command in the readme: ``` docker run --gpus all --shm-size 64G -p 6006:6006 -p 8888:8888 -it ghcr.io/collabora/whisperfusion:latest Unable to find image 'ghcr.io/collabora/whisperfusion:latest'...

@zoq same problem: ``` docker pull ghcr.io/collabora/whisperfusion:latest Error response from daemon: Head "https://ghcr.io/v2/collabora/whisperfusion/manifests/latest": denied: denied ```

@makaveli10 yep that was it. Thanks for the tip!

I had an issue that led me here, and changing the code locally fixed the issue. Will this be merged?

@silviogutierrez oh wow, I totally missed that you can add it to an existing project like that. My bad! I didn't click on the "Existing Projects" menu item, for some...

Agreed, requiring root is not a good practice. It was simple with a basic container to use a non-root user. Then I was having trouble in compose, but I found...