Skip to content
Snippets Groups Projects
Commit 0404d337 authored by Rosa Candela's avatar Rosa Candela
Browse files

Remove again Prophet

parent b4312394
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -143,13 +143,13 @@ RUN conda remove --yes \ ...@@ -143,13 +143,13 @@ RUN conda remove --yes \
RUN git clone https://github.com/zhenwendai/GPy.git && cd GPy && /opt/conda/bin/python setup.py install RUN git clone https://github.com/zhenwendai/GPy.git && cd GPy && /opt/conda/bin/python setup.py install
# Prophet # Prophet
RUN conda install --yes \ #RUN conda install --yes \
'gcc' \ # 'gcc' \
&& conda clean -yt # && conda clean -yt
RUN conda install --yes -c conda-forge \ #RUN conda install --yes -c conda-forge \
'fbprophet' \ # 'fbprophet' \
'pystan' \ # 'pystan' \
&& conda clean -yt # && conda clean -yt
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk #RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
...@@ -131,13 +131,13 @@ RUN conda remove --yes \ ...@@ -131,13 +131,13 @@ RUN conda remove --yes \
RUN git clone https://github.com/zhenwendai/GPy.git && cd GPy && /opt/conda/bin/python setup.py install RUN git clone https://github.com/zhenwendai/GPy.git && cd GPy && /opt/conda/bin/python setup.py install
# Prophet # Prophet
RUN conda install --yes \ #RUN conda install --yes \
'gcc' \ # 'gcc' \
&& conda clean -yt # && conda clean -yt
RUN conda install --yes -c conda-forge \ #RUN conda install --yes -c conda-forge \
'fbprophet' \ # 'fbprophet' \
'pystan' \ # 'pystan' \
&& conda clean -yt # && conda clean -yt
#RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk #RUN apt-get update && apt-get install -y --force-yes --no-install-recommends python3-tk
......
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