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

Having small problem with GPyOpt

parent 1cef322c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -134,4 +134,4 @@ RUN conda install --yes -c conda-forge \ ...@@ -134,4 +134,4 @@ RUN conda install --yes -c conda-forge \
&& conda clean -yt && conda clean -yt
# Baesyan Optimization # Baesyan Optimization
RUN /opt/conda/bin/pip install gpyopt RUN git clone git clone https://github.com/SheffieldML/GPyOpt.git && cd GPyOpt && /opt/conda/bin/python setup.py develop
...@@ -122,6 +122,6 @@ RUN conda install --yes -c conda-forge \ ...@@ -122,6 +122,6 @@ RUN conda install --yes -c conda-forge \
&& conda clean -yt && conda clean -yt
# Baesyan Optimization # Baesyan Optimization
RUN /opt/conda/bin/pip install gpyopt RUN git clone 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