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
69301ead
Commit
69301ead
authored
Nov 22, 2018
by
Guolin Ke
Committed by
Qiwei Ye
Nov 21, 2018
Browse files
[ci] Change conda install location (#1855)
* Update Dockerfile * Update Dockerfile * chmod conda folder
parent
a694712b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
.ci/dockers/ubuntu-14.04/Dockerfile
.ci/dockers/ubuntu-14.04/Dockerfile
+7
-6
No files found.
.ci/dockers/ubuntu-14.04/Dockerfile
View file @
69301ead
...
@@ -43,13 +43,14 @@ RUN curl -sL https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh -o cmake
...
@@ -43,13 +43,14 @@ RUN curl -sL https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh -o cmake
# Install Miniconda
# Install Miniconda
RUN
curl
-sL
https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-o
miniconda.sh
\
RUN
curl
-sL
https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-o
miniconda.sh
\
&&
chmod
+x miniconda.sh
\
&&
chmod
+x miniconda.sh
\
&&
./miniconda.sh
-b
-p
/
usr/local/mini
conda
\
&&
./miniconda.sh
-b
-p
/
opt/
conda
\
&&
rm
miniconda.sh
\
&&
rm
miniconda.sh
\
&&
chmod
-R
777 /usr/local/miniconda
\
&&
/opt/conda/bin/conda
install
python
=
3
-q
-y
\
&&
/usr/local/miniconda/bin/conda
install
python
=
3
-q
-y
\
&&
/opt/conda/bin/conda
install
mkl qt
-q
-y
\
&&
/usr/local/miniconda/bin/conda
install
mkl qt
-q
-y
\
&&
/opt/conda/bin/conda clean
-a
-y
\
&&
/usr/local/miniconda/bin/conda clean
-a
-y
&&
chmod
-R
777 /opt/conda
ENV
CONDA=/usr/local/miniconda
ENV
CONDA=/opt/conda/
# Clean system
# Clean system
RUN
apt-get clean
\
RUN
apt-get clean
\
...
...
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