diff --git a/Docker/Dockerfile.intel-oneapi-hpckit-ubuntu20 b/Docker/Dockerfile.intel-oneapi-hpckit-ubuntu20 index 504e908..185ed7f 100644 --- a/Docker/Dockerfile.intel-oneapi-hpckit-ubuntu20 +++ b/Docker/Dockerfile.intel-oneapi-hpckit-ubuntu20 @@ -15,7 +15,7 @@ RUN apt-get update -y && \ intel-oneapi-common-licensing \ intel-oneapi-common-vars \ intel-oneapi-dev-utilities \ - intel-oneapi-dpcpp-cpp-compiler-pro \ + intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \ intel-oneapi-ifort \ intel-oneapi-inspector \ intel-oneapi-itac \ @@ -26,4 +26,4 @@ RUN echo "if [ -z \"$INTEL_SH_GUARD\" ]; then" > /etc/profile.d/intel.sh \ && echo " source /opt/intel/oneapi/setvars.sh -i_mpi_library_kind=release_mt" >> /etc/profile.d/intel.sh \ && echo "fi" >> /etc/profile.d/intel.sh \ && echo "export INTEL_SH_GUARD=1" >> /etc/profile.d/intel.sh \ - && chmod a+x /etc/profile.d/intel.sh \ No newline at end of file + && chmod a+x /etc/profile.d/intel.sh