Fix docker buildx push error (#8425)

This commit is contained in:
kyleliang-nv
2025-07-27 17:59:38 -07:00
committed by GitHub
parent 58dd95fbc8
commit bb81daefb8
2 changed files with 4 additions and 5 deletions

View File

@@ -139,9 +139,9 @@ RUN apt update -y \
# Set up locale
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
# Install minimal Python packages
RUN python3 -m pip install --no-cache-dir --break-system-packages \