From 058f6faf92e1f3ae23f4e0309600238ca40f9dd8 Mon Sep 17 00:00:00 2001 From: Ujwal Kundur <ujwal.kundur@gmail.com> Date: Fri, 19 Aug 2022 09:17:23 +0530 Subject: [PATCH] Syntax Fix --- containers/oneapi/onedev.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/oneapi/onedev.Dockerfile b/containers/oneapi/onedev.Dockerfile index b113a02e9..a6e95ae16 100644 --- a/containers/oneapi/onedev.Dockerfile +++ b/containers/oneapi/onedev.Dockerfile @@ -250,7 +250,7 @@ ENV CLICOLOR_FORCE=1 \ ## Install additional packages. Remove the auto-cleanup functionality ## for docker, as we're using the new buildkit cache instead. ## We install gcc-10 and g++-10 as they are not installed by default in -## Ubuntu 20.04. Install CUDA runtime libraries. +## Ubuntu 20.04. ## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove ## this once afterburner is added to spack RUN --mount=type=cache,target=/var/cache/apt \ @@ -322,7 +322,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ cuda-cudart-11-7 \ cuda-compat-11-7 \ && apt-get -yqq autoremove \ - && ln -s cuda-11.7 /usr/local/cuda && \ + && ln -s cuda-11.7 /usr/local/cuda \ && rm -rf /var/lib/apt/lists/* ENV PATH /usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH} -- GitLab