Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d038aa57
Unverified
Commit
d038aa57
authored
Jan 15, 2019
by
Nikita Titov
Committed by
GitHub
Jan 15, 2019
Browse files
[ci] updated CMake version in CI Docker image (#1947)
parent
81d50c7c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/dockers/ubuntu-14.04/Dockerfile
.ci/dockers/ubuntu-14.04/Dockerfile
+1
-1
No files found.
.ci/dockers/ubuntu-14.04/Dockerfile
View file @
d038aa57
...
@@ -35,7 +35,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
...
@@ -35,7 +35,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
# Install CMake
# Install CMake
RUN
curl
-sL
https://cmake.org/files/v3.1
2
/cmake-3.1
2.0
-Linux-x86_64.sh
-o
cmake.sh
\
RUN
curl
-sL
https://cmake.org/files/v3.1
3
/cmake-3.1
3.2
-Linux-x86_64.sh
-o
cmake.sh
\
&&
chmod
+x cmake.sh
\
&&
chmod
+x cmake.sh
\
&&
./cmake.sh
--prefix
=
/usr/local
--exclude-subdir
\
&&
./cmake.sh
--prefix
=
/usr/local
--exclude-subdir
\
&&
rm
cmake.sh
&&
rm
cmake.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment