Skip to content

Commit e52b09f

Browse files
committed
Newline
1 parent 09e464f commit e52b09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
13951395
RUN yum install -y \\
13961396
libarchive-devel \\
13971397
python3-devel \\
1398-
python3-pip
1398+
python3-pip \\
13991399
&& pip3 install --upgrade pip \\
14001400
&& pip3 install --upgrade \\
14011401
wheel \\

0 commit comments

Comments
 (0)