Remove legacy ENV directive.

This commit is contained in:
Nicolas Patry 2025-01-20 17:33:53 +01:00
parent 4cc842e556
commit 1ee74e5512
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -58,7 +58,7 @@ ARG INSTALL_CHANNEL=pytorch
# Automatically set by buildx # Automatically set by buildx
ARG TARGETPLATFORM 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 \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \ build-essential \