We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8d8d commit dea5f67Copy full SHA for dea5f67
manywheel/Dockerfile_2_28
@@ -92,12 +92,7 @@ RUN yum install -y \
92
glibc-langpack-en
93
94
# ius-release package needs epel-release-7
95
-RUN yum install -y \
96
- https://repo.ius.io/ius-release-el7.rpm \
97
- https://ossci-linux.s3.amazonaws.com/epel-release-7-14.noarch.rpm
98
-#Stopped working as of 8/1 (due to CentOS EOL?)
99
-# https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
100
-RUN yum swap -y git git236-core
+
101
# git236+ would refuse to run git commands in repos owned by other users
102
# Which causes version check to fail, as pytorch repo is bind-mounted into the image
103
# Override this behaviour by treating every folder as safe
0 commit comments