Skip to content

Commit

Permalink
Remove unnecessary MKL build number in the Dockerfile (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln authored Sep 13, 2023
1 parent 7bd0369 commit 2150375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ RUN apt-get update && \
WORKDIR /root

ENV ONEAPI_VERSION=2023.0.0
ENV MKL_BUILD=25398
RUN wget -q https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
apt-key add *.PUB && \
rm *.PUB && \
echo "deb https://apt.repos.intel.com/oneapi all main" > /etc/apt/sources.list.d/oneAPI.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
intel-oneapi-mkl-devel=$ONEAPI_VERSION-$MKL_BUILD \
intel-oneapi-mkl-devel-$ONEAPI_VERSION \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2150375

Please sign in to comment.