Skip to content
Snippets Groups Projects
Commit c54e52f7 authored by Francesco Pace's avatar Francesco Pace
Browse files

This is getting annoying

parent 5fb8b0ec
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -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
# #
......
...@@ -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
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment