Nicholas Quentin Haas

Results 39 comments of Nicholas Quentin Haas

When following the [apt repo enabling step](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#setting-up-nvidia-container-toolkit) to deploy to x86-64 Ubuntu 20.04, the 18.04 is used. There exists a 20.04 repo. Is this expected or did the 18.04 repo...

Also tested on a PopOS 18.04 (Ubuntu 18.04 based) system with a Pascal GeForce, nvidia driver 460.67, nvidia-container 1.3.3, and docker CE 20.10.5... same error

> Could this possibly be related to: > [NVIDIA/libnvidia-container#134](https://github.com/NVIDIA/libnvidia-container/issues/134) Thanks; that is unlikely the same issue, since `vulkan-smoketest` works fine outside of containers (i.e. bare-metal) and it also works from...

We are now on [RHEL 8.5](https://www.redhat.com/en/blog/whats-new-rhel-85) and nvidia-docker still [only supports RHEL 8.3](https://nvidia.github.io/nvidia-docker).

> Is there a way to do this based on the RHEL 8.3 modules, and/or to compile nvidia-docker from source? CentOS 8 is now based on RHEL 8.5, while unsupported...

We encountered this today, it is listed as 'future' in the [admin sdk emulator support matrix](https://firebase.google.com/docs/emulator-suite/install_and_configure#admin_sdk_availability), hopefully this feature is available soon.

Thank you for helping make this library possible. We have been using [CARLA's rpclib fork](https://github.com/carla-simulator/rpclib/tree/carla-callbacks) lately, would be nice if there was one rpclib to rule them all once again!

> I'm opposed to sticking to old versions of devtools just because Ubuntu doesn't bother to update them I'm likely seeing things through red-colored glasses (pun intended), but I imagine...

I'm seeing this issue in EL7.8, python3, and boost 1.69. [This resolved it](https://github.com/boostorg/build/issues/289#issuecomment-406925734), but not an option for those without admin. UPDATE: Still an Issue in EL 7.9 as of...

I attempted to deploy camelot 0.11.0 inside an Ubuntu 20.04 (default python is 3.8) Docker container using the following Dockerfile after being unsuccessful with Ubuntu 22.04 (speculation: unsupported python 3...