From b1dcea0b6c162971fafe10a0f461f0aee08e41e9 Mon Sep 17 00:00:00 2001 From: snoop <45042618+snoopiedoom@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:36:42 +0100 Subject: [PATCH] fixed RUST_TOOLCHAIN arg (#924) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69ac755..5a9bf1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_V FROM ${BASE_CUDA_DEV_CONTAINER} as build # Rust toolchain version -ARG RUST_TOOLCHAIN stable +ARG RUST_TOOLCHAIN=stable ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \