intel / oneapi-containers

BSD 3-Clause "New" or "Revised" License
113 stars 45 forks source link

Cannot build Dockerfile.ubuntu-18.04 #17

Closed ionutboscuintel closed 2 years ago

ionutboscuintel commented 3 years ago

The following packages have unmet dependencies: intel-level-zero-gpu : Depends: intel-igc-opencl (= 1.0.8517) but 1.0.1629709536 is to be installed intel-opencl : Depends: intel-igc-opencl (= 1.0.8517) but 1.0.1629709536 is to be installed E: Unable to correct problems, you have held broken packages.

obedmr commented 2 years ago

Hi @ionutboscuintel, thanks for reporting this issue, we're working with the release team in order to fix it.

In the meantime, you can install the following 2 dependencies before in order to meet that fixed dependency requirement

 apt install -y intel-igc-core=1.0.8517 intel-igc-opencl=1.0.8517
obedmr commented 2 years ago

Hi @ionutboscuintel, The issue has been fixed by the release team, I've tested it in my own and it works. Would you mind taking a look in your side? Thanks for your patience.

ionutboscuintel commented 2 years ago

Yes, this is fixed now. The issues can be closed. Thank you!