Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup
Browse files Browse the repository at this point in the history
zhztheplayer committed Jul 17, 2024
1 parent 7e283c0 commit 1408726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gluten-te/ubuntu/dockerfile-buildenv
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ RUN set-login-env "LANGUAGE=en_US:en"
RUN set-login-env "LC_ALL=en_US.UTF-8"

# Install CMake
RUN cd /opt && https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh \
RUN cd /opt && wget https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh \
&& mkdir cmake \
&& bash cmake-3.30.0-linux-x86_64.sh --skip-license --prefix=/opt/cmake \
&& ln -s /opt/cmake/bin/cmake /usr/bin/cmake

0 comments on commit 1408726

Please sign in to comment.