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
3a80a24b
There was a problem fetching the pipeline summary.
Commit
3a80a24b
authored
6 years ago
by
Francesco Pace
Browse files
Options
Downloads
Patches
Plain Diff
Still problem with panda and numpy
parent
8b5c54c8
No related branches found
Branches containing commit
Tags
2019.w51
Tags containing commit
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
-1
3 additions, 1 deletion
docker/spark2-submit/Dockerfile
docker/spark2-worker/Dockerfile
+3
-0
3 additions, 0 deletions
docker/spark2-worker/Dockerfile
with
6 additions
and
1 deletion
docker/spark2-submit/Dockerfile
+
3
−
1
View file @
3a80a24b
...
...
@@ -98,11 +98,13 @@ RUN apt-get update && apt-get install -y --force-yes --no-install-recommends git
RUN
conda
install
--yes
\
'more-itertools'
\
'keras'
\
'numpy'
\
&&
conda clean
-yt
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
RUN
conda
install
--yes
\
'pandas'
\
&&
conda clean
-yt
## ExpSmoothing:
#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
−
0
View file @
3a80a24b
...
...
@@ -91,6 +91,9 @@ RUN conda install --yes \
# Arima:
RUN
/opt/conda/bin/pip
install
pyramid-arima
RUN
conda
install
--yes
\
'pandas'
\
&&
conda clean
-yt
## ExpSmoothing:
#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