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

Installing the last missing package...hopefully

parent bbdbe6cd
No related branches found
Tags 2019.w51
No related merge requests found
Pipeline #
......@@ -104,8 +104,8 @@ RUN conda install --yes \
RUN /opt/conda/bin/pip install pyramid-arima
RUN /opt/conda/bin/pip install -U numpy
## ExpSmoothing:
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
# ExpSmoothing:
RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
# Neural_Network:
RUN git clone https://github.com/hawk31/nnet-ts.git && cd nnet-ts && python setup.py install
......
......@@ -92,8 +92,8 @@ RUN conda install --yes \
RUN /opt/conda/bin/pip install pyramid-arima
RUN /opt/conda/bin/pip install -U numpy
## ExpSmoothing:
#RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
# ExpSmoothing:
RUN git clone https://github.com/statsmodels/statsmodels.git && cd statsmodels && python setup.py install
# Neural_Network:
RUN git clone https://github.com/hawk31/nnet-ts.git && cd nnet-ts && 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