Skip to content

Commit 249c26a

Browse files
committed
reload dockers
1 parent e7869e5 commit 249c26a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

devops/scripts/install_drivers.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@ InstallIGFX () {
168168
fi
169169
}
170170

171-
InstallOpenCL () {
172-
echo "Installing Intel OpenCL..."
173-
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
174-
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
175-
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
176-
sudo apt-get update
177-
sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
178-
}
179-
180171
InstallCPURT () {
181172
echo "Installing Intel OpenCL CPU Runtime..."
182173
echo "CPU Runtime version $CPU_TAG"
@@ -243,11 +234,9 @@ while [ "${1:-}" != "" ]; do
243234
InstallTBB
244235
InstallCPURT
245236
InstallFPGAEmu
246-
InstallOpenCL
247237
;;
248238
"--igfx")
249239
InstallIGFX
250-
InstallOpenCL
251240
;;
252241
"--cpu")
253242
InstallTBB

0 commit comments

Comments
 (0)