r-hub / containers

Docker containers for R-hub
https://r-hub.github.io/containers/
15 stars 4 forks source link

MKL container #42

Closed gaborcsardi closed 1 year ago

gaborcsardi commented 1 year ago

I created one based on Ubuntu 22.04, it is really easy because Intel has a repo for this: https://github.com/intel/oneapi-containers/tree/master/images/docker/basekit

But it does not reproduce the errors in the svrep package. :(

So now I need to try to create one based on Fedora, but I am not even sure if we are testing MKL or Fedora at this point....

Current container is here: https://github.com/r-hub/containers/pull/40

gaborcsardi commented 1 year ago

Seems like they have packages for Fedora as well: https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux&distributions=dnf

gaborcsardi commented 1 year ago

Would be better to use Fedora 38 for this one as well, actually....

gaborcsardi commented 1 year ago

Now done.