Skip to content

Commit

Permalink
Merge pull request #2228 from devitocodes/intel-driv
Browse files Browse the repository at this point in the history
deps: fix intel drivers
  • Loading branch information
mloubout authored Oct 9, 2023
2 parents 90ca3a8 + 9b6e35f commit c430a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN echo "deb [trusted=yes arch=amd64] https://repositories.intel.com/graphics/u
# Intel advisor and drivers
RUN apt-get update -y && \
# advisor
apt-get install -y intel-oneapi-advisor \
apt-get install -y intel-oneapi-advisor && \
# drivers
apt-get install -y intel-opencl-icd intel-level-zero-gpu level-zero level-zero-dev

Expand Down

0 comments on commit c430a2c

Please sign in to comment.