wolfy
wolfy
I'll test this when I get a chance
I'll add this to the installs used in the `arm-dependencies` image
This presents a problem, as the drivers differ based on user hardware (GTX 1XXX, RTX 2/3/4/5XXX, etc). Can you: - Delete and run the latest image - Install `nv-codec-headers` in...
> The docker image works here without doing any `apt install` commands. > > ``` > ... > -e "NVIDIA_DRIVER_CAPABILITIES=all" \ > -e "NVIDIA_VISIBLE_DEVICES=all" \ > --gpus all \ >...
The only way to do this would be by pulling that info from the metadata. It's technically feasible but that would involve heavy changes to ripper code. I'll keep this...
I appreciate the effort you've put into this, but just so you're aware: we dropped bare metal support in favor of Docker last year, in part because of why you've...
Good to know! What would you change about the [Docker installation instructions](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/docker)? I haven't heard that kind of feedback about it before.
This is great feedback, thanks! I definitely don't want to be a killjoy, I just want to make sure you know what's coming down the pipeline. I look forward to...
I'm using lcov 1.14 and having the exact same issue. `--no-external` does not appear to honor `--directory`, and instead ignores *everything*
Correction: in only appears to ignore anything if there is no `--base-directory` set to whatever working directory lcov is running from. Once you add `--base-directory .`, it successfully ignores system...