Skip to content

Commit

Permalink
#2068: Use specific version of intel oneapi for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala authored and cz4rs committed Mar 30, 2023
1 parent 77784cf commit 6e4f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-intel-oneapi-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y -q && \
apt-get install -y -q --no-install-recommends \
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2022.2.1 \
ca-certificates \
less \
curl \
Expand Down

0 comments on commit 6e4f3d6

Please sign in to comment.