From 409c70f03e10f5b6f2725bd23cff9f6e9eacd6c9 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 15 Mar 2021 16:00:21 +0000 Subject: [PATCH] Fix GPU dockerfile --- gpu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.Dockerfile b/gpu.Dockerfile index 63cedef0..732427e3 100644 --- a/gpu.Dockerfile +++ b/gpu.Dockerfile @@ -37,7 +37,7 @@ COPY --from=builder /code /code COPY --from=builder /usr/local /usr/local # Install OpenCL Drivers -RUN apt install nvidia-opencl-icd-340 intel-opencl-icd +RUN apt update && apt install -y nvidia-opencl-icd-340 intel-opencl-icd # Install shared libraries that we depend on via APT, but *not* # the -dev packages to save space!