fixed RUST_TOOLCHAIN arg (#924)

add-signin-page
snoop 2023-11-30 16:36:42 +01:00 committed by GitHub
parent 4bcc411e07
commit b1dcea0b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \