We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690b39f commit 7886a85Copy full SHA for 7886a85
1 file changed
docker/Dockerfile.intel
@@ -82,7 +82,7 @@ ENV MPICC=mpiicc
82
##############################################################
83
FROM oneapi AS icx
84
85
-RUN apt-get update -y && apt-get install -y intel-oneapi-compiler-dpcpp-cpp intel-oneapi-mpi-devel && \
+RUN apt-get update -y && apt-get install -y intel-oneapi-compiler-dpcpp-cpp intel-oneapi-mpi-devel-2021.17 && \
86
apt-get clean && apt-get autoclean && apt-get autoremove -y && \
87
rm -rf /var/lib/apt/lists/*
88
0 commit comments