Skip to content

Commit adb5238

Browse files
committed
dockerfile: Update ONNX Runtime dockerfile build instructions.
1 parent 1eef85d commit adb5238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ def dockerfile_for_linux(output_file):
139139
curl \\
140140
git \\
141141
gnupg \\
142-
gnupg1 \
142+
gnupg1 \\
143143
openssl-devel \\
144-
python3-pip \
144+
python3-pip \\
145145
wget \\
146146
zip
147147
148-
RUN pip3 install patchelf==0.17.2
148+
RUN pip3 install patchelf==0.17.2 numpy
149149
"""
150150
else:
151151
if os.getenv("CCACHE_REMOTE_ONLY") and os.getenv("CCACHE_REMOTE_STORAGE"):

0 commit comments

Comments
 (0)