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

Try again with GPyOpt

parent 37c26c95
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -128,6 +128,9 @@ RUN conda install --yes -c conda-forge \ ...@@ -128,6 +128,9 @@ RUN conda install --yes -c conda-forge \
'paramz' \ 'paramz' \
&& conda clean -yt && conda clean -yt
# Bayesian Optimization
RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
## Prophet ## Prophet
#RUN conda install --yes \ #RUN conda install --yes \
# 'gcc' \ # 'gcc' \
...@@ -138,5 +141,4 @@ RUN conda install --yes -c conda-forge \ ...@@ -138,5 +141,4 @@ RUN conda install --yes -c conda-forge \
# && 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
# Bayesian Optimization
# RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
...@@ -116,6 +116,9 @@ RUN conda install --yes -c conda-forge \ ...@@ -116,6 +116,9 @@ RUN conda install --yes -c conda-forge \
'paramz' \ 'paramz' \
&& conda clean -yt && conda clean -yt
# Bayesian Optimization
RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
## Prophet ## Prophet
#RUN conda install --yes \ #RUN conda install --yes \
# 'gcc' \ # 'gcc' \
...@@ -126,7 +129,6 @@ RUN conda install --yes -c conda-forge \ ...@@ -126,7 +129,6 @@ RUN conda install --yes -c conda-forge \
# && 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
# Bayesian Optimization
# RUN git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
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