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
Tags 2019.w51
No related merge requests found
Pipeline #
......@@ -99,14 +99,14 @@ RUN conda install --yes \
'more-itertools' \
'keras' \
&& conda clean -yt
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
RUN conda update -y \
'numpy' \
'pandas' \
&& conda clean -yt
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
## ExpSmoothing:
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
#
......
......@@ -87,14 +87,14 @@ RUN conda install --yes \
'more-itertools' \
'keras' \
&& conda clean -yt
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
RUN conda update -y \
'numpy' \
'pandas' \
&& conda clean -yt
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
## ExpSmoothing:
#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