Skip to content

Commit

Permalink
Formatting and Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Nov 6, 2024
1 parent 1b66462 commit f4a806a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,9 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
gperftools-devel \\
patchelf \\
wget \\
numactl-devel \\
python3-pip
python3-pip \\
numactl-devel
"""
else:
df += """
Expand Down Expand Up @@ -1403,7 +1404,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
if "python" in backends:
if target_platform() == "rhel":
df += """
# python3, python3-pip and some pip installs required for the python backend
# python3 and some pip installs required for the python backend
RUN yum install -y \\
libarchive-devel \\
openssl-devel \\
Expand All @@ -1423,7 +1424,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
"""
else:
df += """
# python3, python3-pip and some pip installs required for the python backend
# python3 and some pip installs required for the python backend
RUN apt-get update \\
&& apt-get install -y --no-install-recommends \\
python3 \\
Expand Down

0 comments on commit f4a806a

Please sign in to comment.