Installation on CentOS 8

Hello,
The CUDA installation seems to be failing on CentOS 8 with the output:
[INFO]: Driver not installed.
[INFO]: Checking compiler version…
[INFO]: gcc location: /bin/gcc
[INFO]: gcc version: gcc version 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC)
[INFO]: Initializing menu
[INFO]: Setup complete
[INFO]: Components to install:
[INFO]: Driver
[INFO]: 418.87.00
[INFO]: Executing NVIDIA-Linux-x86_64-418.87.00.run --ui=none --no-questions --accept-license --disable-nouveau --no-cc-version-check --install-libglvnd 2>&1
[INFO]: Finished with code: 256
[ERROR]: Install of driver component failed.
[ERROR]: Install of 418.87.00 failed, quitting

The runfile is fetched from wget http://developer.download.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.243_418.87.00_linux.run, and the CentOS installation is new with the kernels updated (4.18.0-80.11.2.el8_0.x86_64).
Thank you.