Helsinki-NLP / Opus-MT

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

run ‘docker-compose up’ Errors #61

Open tracy100 opened 2 years ago

tracy100 commented 2 years ago

0 145.7 Errors were encountered while processing:

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/29-intel-mkl-gnu-rt-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/30-intel-mkl-gnu-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/33-intel-mkl-gnu-f-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/34-intel-mkl-pgi-rt-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/35-intel-mkl-pgi-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/38-intel-mkl-tbb-rt-2019.5-281_2019.5-281_amd64.deb

0 145.7 /tmp/apt-dpkg-install-i0Z5wU/39-intel-mkl-tbb-2019.5-281_2019.5-281_amd64.deb

0 145.7 E: Sub-process /usr/bin/dpkg returned an error code (1)

tracy100 commented 2 years ago

failed to solve: executor failed running [/bin/sh -c set -eux; wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB; apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB; sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'; apt-get update; apt-get install -y --no-install-recommends intel-mkl-64bit-2019.5-075; rm -f GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB;]: exit code: 100

busyboy77 commented 8 months ago

change in Dockerfile to below

wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB