Add CARGO_TERM_COLOR=always environment variable to Containerfile

This commit is contained in:
rob thijssen
2025-09-12 09:35:37 +03:00
parent 60d25d0d8e
commit 39d9eed005

View File

@@ -41,6 +41,7 @@ RUN apt-get update && \
ENV RUSTUP_HOME=/opt/rustup \
CARGO_HOME=/opt/cargo \
CUDA_HOME=/usr/local/cuda \
CARGO_TERM_COLOR=always \
PATH=/opt/cargo/bin:/usr/local/cuda/bin:${PATH}
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --profile minimal --default-toolchain stable && \