ARG CUDA_VERSION=11.4.3 ARG from=nvidia/cuda:${CUDA_VERSION}-cudnn8-devel-ubuntu20.04 FROM ${from} as base ARG from RUN <