Skip to content

Commit

Permalink
fixed RUST_TOOLCHAIN arg (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopiedoom authored Nov 30, 2023
1 parent 4bcc411 commit b1dcea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit b1dcea0

Please sign in to comment.