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
c54e52f7
There was a problem fetching the pipeline summary.
Commit
c54e52f7
authored
6 years ago
by
Francesco Pace
Browse files
Options
Downloads
Patches
Plain Diff
This is getting annoying
parent
5fb8b0ec
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
+3
-3
3 additions, 3 deletions
docker/spark2-submit/Dockerfile
docker/spark2-worker/Dockerfile
+3
-3
3 additions, 3 deletions
docker/spark2-worker/Dockerfile
with
6 additions
and
6 deletions
docker/spark2-submit/Dockerfile
+
3
−
3
View file @
c54e52f7
...
@@ -99,14 +99,14 @@ RUN conda install --yes \
...
@@ -99,14 +99,14 @@ RUN conda install --yes \
'more-itertools'
\
'more-itertools'
\
'keras'
\
'keras'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
RUN
conda update
-y
\
RUN
conda update
-y
\
'numpy'
\
'numpy'
\
'pandas'
\
'pandas'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
## ExpSmoothing:
## ExpSmoothing:
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
#
#
...
...
This diff is collapsed.
Click to expand it.
docker/spark2-worker/Dockerfile
+
3
−
3
View file @
c54e52f7
...
@@ -87,14 +87,14 @@ RUN conda install --yes \
...
@@ -87,14 +87,14 @@ RUN conda install --yes \
'more-itertools'
\
'more-itertools'
\
'keras'
\
'keras'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
RUN
conda update
-y
\
RUN
conda update
-y
\
'numpy'
\
'numpy'
\
'pandas'
\
'pandas'
\
&&
conda clean
-yt
&&
conda clean
-yt
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
## ExpSmoothing:
## ExpSmoothing:
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
#
#
...
...
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