We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1fd64 commit 8402aa4Copy full SHA for 8402aa4
tools/gen_ort_dockerfile.py
@@ -154,7 +154,7 @@ def dockerfile_for_linux(output_file):
154
&& . /etc/os-release \\
155
&& echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null \\
156
&& apt-get update -q=2 \\
157
- && apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
+ && apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \\
158
&& cmake --version
159
160
RUN python3 -m pip install psutil
0 commit comments