soda-inria / sklearn-numba-dpex

Experimental plugin for scikit-learn to be able to run (some estimators) on Intel GPUs via numba-dpex.
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Update dockerfile to up to date versions #77

Closed fcharras closed 1 year ago

fcharras commented 1 year ago

This fix the runtime issues from the build from last night, caused by a version mismatch between the build dependency in the oneapi basekit (libsycl 0.5, 2022.x.x) and the the runtime dependencies python packages that were recently updated to pypi (from 2022.x.x to 2023.x.x, bumping libsycl to 0.6).