mirekphd

Results 83 comments of mirekphd

None of these hacks above are sufficiently reliable yet, as NVIDIA is still working on the changes. Some latest CUDA and Ubuntu versions are already working (images such as CUDA...

@kobemtl minideb is notoriously insecure in my opinion, it's high time to switch to competing images based on ubi8, Alpine, or even ubuntu... For example even the rather permissive Clair...

It's not getting any better... high time to follow the open source community and replace Debian with Alpine, distroless, and Ubuntu. We had to switch away from all your containers...

It's enough to add `--cap-drop=all` to drop all capabilities in the official `docker run` example from [here]( https://github.com/GoogleContainerTools/kaniko) to reproduce the problem, causing an error when `kaniko` `executor` tries to...

> `python -m pip install --install-option=--precompile --user .` Please note that this workaround no longer works, since the deprecated argument `--install-option` [has been removed completely](https://pip.pypa.io/en/stable/news/#v23-1) from `pip==23.1` (see [docs](https://pip.pypa.io/en/stable/news/#v23-1)). I...

What happened to the excellent idea of the integrated app and db container? I seem to be unable to find the planned `ci` tag in your Docker Hub repo (`anchore/grype`)....

I confirm this. See in my Jenkins build log below how far into the releases history did `pip` have to go searching for a `spacy` version compatible with the other...

``` Collecting spacy-legacy=3.0.11 (from spacy->-r /tmp/python-packages/pypi-packages.txt (line 184)) Downloading spacy_legacy-3.0.12-py2.py3-none-any.whl.metadata (2.8 kB) Collecting spacy-loggers=1.0.0 (from spacy->-r /tmp/python-packages/pypi-packages.txt (line 184)) Downloading spacy_loggers-1.0.5-py3-none-any.whl.metadata (23 kB) Collecting murmurhash=0.28.0 (from spacy->-r /tmp/python-packages/pypi-packages.txt (line 184))...

Hi @askdesigners, Im just starting a similar (long holiday) weekend project - containerization of the model. I'm initially considering a DEV container with standard data-science IDE (Jupyter Lab/Notebook) (that's Plan...

Anchore Grype has the same problem with the custom `handlebars` as Trivy. Here's the list of such detections for `v4.16.1`: ``` Package Version_Installed Vulnerability_ID .Severity Locations_RealPath handlebars 1.0.0 GHSA-765h-qjxv-5f44 Critical...