Skip to content

Commit dea5f67

Browse files
authored
Remove rpm's and git install
1 parent 66b8d8d commit dea5f67

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

manywheel/Dockerfile_2_28

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,7 @@ RUN yum install -y \
9292
glibc-langpack-en
9393

9494
# 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
95+
10196
# git236+ would refuse to run git commands in repos owned by other users
10297
# Which causes version check to fail, as pytorch repo is bind-mounted into the image
10398
# Override this behaviour by treating every folder as safe

0 commit comments

Comments
 (0)