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
7df3880f
There was a problem fetching the pipeline summary.
Commit
7df3880f
authored
6 years ago
by
Francesco Pace
Browse files
Options
Downloads
Patches
Plain Diff
Fix problem with DockerFiles
parent
c7fb3a8e
Branches
ci-yacine
Branches containing commit
Tags
2019.w30
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/spark2-jupyter-notebook/Dockerfile
+5
-10
5 additions, 10 deletions
docker/spark2-jupyter-notebook/Dockerfile
docker/spark2-submit/Dockerfile
+5
-10
5 additions, 10 deletions
docker/spark2-submit/Dockerfile
docker/spark2-worker/Dockerfile
+5
-10
5 additions, 10 deletions
docker/spark2-worker/Dockerfile
with
15 additions
and
30 deletions
docker/spark2-jupyter-notebook/Dockerfile
+
5
−
10
View file @
7df3880f
...
...
@@ -137,21 +137,16 @@ COPY files/hdfs-site.xml /opt
# Install packages required to run the TimeSeries Forecasting Project
# Install some common packages
RUN
pip
install
more-itertools
RUN
pip
install
keras
RUN
pip
install
--yes
more-itertools keras
# Arima:
RUN
pip
install
pyramid-arima
RUN
pip
install
--yes
pyramid-arima
# ExpSmoothing:
RUN
git clone https://github.com/statsmodels/statsmodels.git
RUN
python setup.py
install
RUN
git clone https://github.com/statsmodels/statsmodels.git
&&
cd
statsmodels
&&
python setup.py
install
# Neural_Network:
RUN
git clone https://github.com/hawk31/nnet-ts.git
RUN
python setup.py
install
RUN
git clone https://github.com/hawk31/nnet-ts.git
&&
cd
nnet-ts
&&
python setup.py
install
# GPRegression:
RUN
git clone https://github.com/GPflow/GPflow.git
RUN
pip
install
.
RUN
pip
install
-U
pytest
RUN
git clone https://github.com/GPflow/GPflow.git
&&
cd
GPflow
&&
pip
install
.
&&
pip
install
-U
pytest
This diff is collapsed.
Click to expand it.
docker/spark2-submit/Dockerfile
+
5
−
10
View file @
7df3880f
...
...
@@ -94,21 +94,16 @@ ENTRYPOINT ["/opt/submit.sh"]
# Install packages required to run the TimeSeries Forecasting Project
# Install some common packages
RUN
pip
install
more-itertools
RUN
pip
install
keras
RUN
pip
install
--yes
more-itertools keras
# Arima:
RUN
pip
install
pyramid-arima
RUN
pip
install
--yes
pyramid-arima
# ExpSmoothing:
RUN
git clone https://github.com/statsmodels/statsmodels.git
RUN
python setup.py
install
RUN
git clone https://github.com/statsmodels/statsmodels.git
&&
cd
statsmodels
&&
python setup.py
install
# Neural_Network:
RUN
git clone https://github.com/hawk31/nnet-ts.git
RUN
python setup.py
install
RUN
git clone https://github.com/hawk31/nnet-ts.git
&&
cd
nnet-ts
&&
python setup.py
install
# GPRegression:
RUN
git clone https://github.com/GPflow/GPflow.git
RUN
pip
install
.
RUN
pip
install
-U
pytest
RUN
git clone https://github.com/GPflow/GPflow.git
&&
cd
GPflow
&&
pip
install
.
&&
pip
install
-U
pytest
This diff is collapsed.
Click to expand it.
docker/spark2-worker/Dockerfile
+
5
−
10
View file @
7df3880f
...
...
@@ -82,21 +82,16 @@ CMD /opt/start-worker.sh
# Install packages required to run the TimeSeries Forecasting Project
# Install some common packages
RUN
pip
install
more-itertools
RUN
pip
install
keras
RUN
pip
install
--yes
more-itertools keras
# Arima:
RUN
pip
install
pyramid-arima
RUN
pip
install
--yes
pyramid-arima
# ExpSmoothing:
RUN
git clone https://github.com/statsmodels/statsmodels.git
RUN
python setup.py
install
RUN
git clone https://github.com/statsmodels/statsmodels.git
&&
cd
statsmodels
&&
python setup.py
install
# Neural_Network:
RUN
git clone https://github.com/hawk31/nnet-ts.git
RUN
python setup.py
install
RUN
git clone https://github.com/hawk31/nnet-ts.git
&&
cd
nnet-ts
&&
python setup.py
install
# GPRegression:
RUN
git clone https://github.com/GPflow/GPflow.git
RUN
pip
install
.
RUN
pip
install
-U
pytest
RUN
git clone https://github.com/GPflow/GPflow.git
&&
cd
GPflow
&&
pip
install
.
&&
pip
install
-U
pytest
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