Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
574 stars 71 forks source link

Fixed GPU dockerfile as old nvidia base image no longer exists #99

Closed ianroberts closed 6 months ago

ianroberts commented 6 months ago

nvidia/cuda:11.3.0-devel-ubuntu20.04 is no longer available from Docker Hub, so I've replaced that with nvidia/cuda:11.3.1-devel-ubuntu20.04. Also the Intel APT repository is no longer active, but a compatible version of the library is available from Ubuntu's own apt repository, so I've taken out the specific Intel section and simply installed intel-mkl as part of the main apt-get install.

A similar fix for the intel libraries will be needed for the CPU build, but I'm not sure exactly what the fix is there as the build uses debian:buster instead of an Ubuntu-based image.