diff --git a/build/templates/dockerfiles/cuda.Dockerfile.txt b/build/templates/dockerfiles/cuda.Dockerfile.txt index 25aca635..c7adc494 100644 --- a/build/templates/dockerfiles/cuda.Dockerfile.txt +++ b/build/templates/dockerfiles/cuda.Dockerfile.txt @@ -1,3 +1,5 @@ +# syntax=docker/dockerfile:1 + FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 ENV R_VERSION="{{r_version}}" @@ -12,7 +14,12 @@ ENV LANG=en_US.UTF-8 COPY scripts/bin/ /rocker_scripts/bin/ COPY scripts/setup_R.sh /rocker_scripts/setup_R.sh -RUN /rocker_scripts/setup_R.sh +RUN <