mirekphd

Results 83 comments of mirekphd

@ptitzler thank you for addressing both our concerns! So if the docker image running Jupyter and Elyra can be completely user-defined and generic (i.e. without any custom runtime applications) and...

> > > Opened #1350 to improve the content for custom Elyra container images Perfect, so I will report any problems I might encounter with the Elyra container under Openshift...

> > I should probably mention that Elyra can be installed as part of [Open Data Hub](https://opendatahub.io/) on Red Hat OpenShift: https://elyra.readthedocs.io/en/latest/recipes/deploying-elyra-with-opendatahub.html Yes, I've heard about it from Red Hat...

> how we are building the image for Open Data Hub. I understand you completely, it's never been easy to port containerized apps from Docker to Openshift due to additional...

The same hash collision issue happens now with `redis:5` (I caught it because at least the older version - the one you get with standard `docker pull redis:5` - has...

Lack of reproducibility by developers does not imply lack of bug-fixing options if the bug reporter can reproduce it reliably using her private (corporate) data and code, @nzw0301. In fact...

OK, let me try another approach to reach out to you (I'm still hopeful). I have a question: what in the scenario described below is so terribly bad and unacceptable...

_"If you are unable to install the cuda-keyring package, you can optionally install the new signing key manually (although **this [apt-key] is not the recommended method**)."_ [[source](https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772)] In a nutshell:...

For those older CUDA versions the `cuda-keyring` installation method seems to work: `sudo dpkg -i cuda-keyring_1.0-1_all.deb` Yesterday I managed to revive all of our CUDA 11.2-based images this way. Here's...

Looks like NVIDIA did not test their new keyring method for CUDA versions below 10.2... See which versions got the "Centos7/UBI7/UBI8 **key update**" commits in their [nvidia/container-images/cuda Gitlab repo](https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist)... try...