Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
spark-ts-predictor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zoe-apps
spark-ts-predictor
Commits
35d8b373
There was a problem fetching the pipeline summary.
Commit
35d8b373
authored
6 years ago
by
Rosa Candela
Browse files
Options
Downloads
Patches
Plain Diff
Try again with GPyOpt
parent
37c26c95
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/spark2-submit/Dockerfile
+4
-2
4 additions, 2 deletions
docker/spark2-submit/Dockerfile
docker/spark2-worker/Dockerfile
+4
-2
4 additions, 2 deletions
docker/spark2-worker/Dockerfile
with
8 additions
and
4 deletions
docker/spark2-submit/Dockerfile
+
4
−
2
View file @
35d8b373
...
@@ -128,6 +128,9 @@ RUN conda install --yes -c conda-forge \
...
@@ -128,6 +128,9 @@ RUN conda install --yes -c conda-forge \
'paramz'
\
'paramz'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Bayesian Optimization
RUN
git clone https://github.com/SheffieldML/GPyOpt.git
&&
cd
GPyOpt
&&
/opt/conda/bin/python setup.py develop
## Prophet
## Prophet
#RUN conda install --yes \
#RUN conda install --yes \
# 'gcc' \
# 'gcc' \
...
@@ -138,5 +141,4 @@ RUN conda install --yes -c conda-forge \
...
@@ -138,5 +141,4 @@ RUN conda install --yes -c conda-forge \
# && conda clean -yt
# && conda clean -yt
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
# Bayesian Optimization
# RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
This diff is collapsed.
Click to expand it.
docker/spark2-worker/Dockerfile
+
4
−
2
View file @
35d8b373
...
@@ -116,6 +116,9 @@ RUN conda install --yes -c conda-forge \
...
@@ -116,6 +116,9 @@ RUN conda install --yes -c conda-forge \
'paramz'
\
'paramz'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Bayesian Optimization
RUN
git clone https://github.com/SheffieldML/GPyOpt.git
&&
cd
GPyOpt
&&
/opt/conda/bin/python setup.py develop
## Prophet
## Prophet
#RUN conda install --yes \
#RUN conda install --yes \
# 'gcc' \
# 'gcc' \
...
@@ -126,7 +129,6 @@ RUN conda install --yes -c conda-forge \
...
@@ -126,7 +129,6 @@ RUN conda install --yes -c conda-forge \
# && conda clean -yt
# && conda clean -yt
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
# Bayesian Optimization
# RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment