rapidsai / devcontainers

18 stars 28 forks source link

Also filter the JNI build directory for cudf #384

Closed vyasr closed 2 months ago

vyasr commented 2 months ago

I tested this with a devcontainer where I had the JNI built and the before/after differences are as expected. In particular, because the JNI build now builds arrow, without this change all arrow libraries are considered "rapids Python conda packages" and are excluded from environments as a result. This change fixes that.