Fixes #389, relates to #362. The C++ compiler in the RAPIDS accelerated Dockerfile is too old for recent libcudf code. This fixes the RAPIDS accelerated native UDF build by updating the Dockerfile to more closely match the build environment from spark-rapids-jni, fixing the main issue reported in #362.
Leaving #362 open, since we really should update the build to use the same Dockerfile so it keeps in sync even when spark-rapids-jni updates.
Fixes #389, relates to #362. The C++ compiler in the RAPIDS accelerated Dockerfile is too old for recent libcudf code. This fixes the RAPIDS accelerated native UDF build by updating the Dockerfile to more closely match the build environment from spark-rapids-jni, fixing the main issue reported in #362.
Leaving #362 open, since we really should update the build to use the same Dockerfile so it keeps in sync even when spark-rapids-jni updates.