8000 Fix locale can not change warning (#1909) · pytorch/builder@384a6e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 384a6e3

Browse files
authored
Fix locale can not change warning (#1909)
1 parent 8641088 commit 384a6e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manywheel/Dockerfile_2_28

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ RUN yum install -y \
8585
wget \
8686
which \
8787
xz \
88-
gcc-toolset-${DEVTOOLSET_VERSION}-toolchain
88+
gcc-toolset-${DEVTOOLSET_VERSION}-toolchain \
89+
glibc-langpack-en
8990

9091
RUN yum install -y \
9192
https://repo.ius.io/ius-release-el7.rpm \

0 commit comments

Comments
 (0)
0