From 1ee74e5512095d55e10aac01100b64967e4a12c4 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 20 Jan 2025 17:33:53 +0100 Subject: [PATCH] Remove legacy ENV directive. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18b1d5b0..f7236e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ ARG INSTALL_CHANNEL=pytorch # Automatically set by buildx ARG TARGETPLATFORM -ENV PATH /opt/conda/bin:$PATH +ENV PATH=/opt/conda/bin:$PATH RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ build-essential \