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

Still problem with panda and numpy

parent 8b5c54c8
No related branches found
Tags 2019.w51
No related merge requests found
Pipeline #
......@@ -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
......
......@@ -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
......
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